This file is indexed.

/usr/share/cernlib/config/site.def is in cernlib-base-dev 20061220+dfsg3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/* $Id: site.def,v 1.9 2002/04/26 14:46:04 mclareni Exp $
 *
 * $Log: site.def,v $
 * Revision 1.9  2002/04/26 14:46:04  mclareni
 * Do not use shift by default, mainly for non CERN builds
 *
 * Revision 1.8  1997/02/28 10:39:53  gunter
 * mods for WNT
 *
 * Revision 1.7  1996/11/13 13:19:39  cernlib
 * Allow to veto setting of CERNLIB_SHIFT in any .cf file by defining it as false.
 *
 * Revision 1.6  1996/05/01 11:54:43  gunter
 * Introduce new way of building libraries.
 * CVS:----------------------------------------------------------------------
 *
 * Revision 1.5  1996/03/13 08:53:57  cernlib
 * Typo corrected
 *
 * Revision 1.4  1996/03/12 17:10:17  cernlib
 * #define CERNLIB_SHIFT on UNIX; this will turn on the use of shift sofware
 *
 * Revision 1.3  1996/03/06 11:04:21  cernlib
 * Imake.tmpl : Correct rule to run kuipc
 * fortran.rules: echo makedepend
 * site.def: undef MakeCmd before #define ( Sun has this defined to ..openwin...)
 * *.cf : small mods
 *
 * Revision 1.2  1995/12/21  11:32:37  cernlib
 * Imake files end 1995
 *
 * Revision 1.1.1.1  1995/12/20  15:26:44  cernlib
 * X11R6 config files unmodified
 *
 *
 */
XCOMM site:  $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $

/*****************************************************************************
 *                                                                           *
 *			   SITE-SPECIFIC DEFINITIONS                         *
 *                                                                           *
 * This file contains two halves, one included before the vendor-specific    *
 * configuration file (.cf file), and one included after the .cf file.       *
 * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
 * after-half should be protected by #ifdef AfterVendorCF.                   *
 *                                                                           *
 * The before-half should only set things that the .cf file depends on.      *
 * For the .cf files shipped in this release, the main variables in this     *
 * category are HasGcc and HasGcc2.                                          *
 *                                                                           *
 * The after-half should contain all other definitions.  For example,        *
 * place your ProjectRoot definition here.                                   *
 *                                                                           *
 * OS Major and Minor version numbers should be changed directly in the .cf  *
 * file, not overridden in site.def.                                         *
 *                                                                           *
 *****************************************************************************/

/* if you want host-specific customization, this is one way to do it */
/*
#ifndef SiteIConfigFiles
#define SiteIConfigFiles $(IRULESRC)/host.def
#define LocalConfigFiles host.def
#endif

*/


#ifdef BeforeVendorCF

#define HasFortran YES


#include <host.def>


/*
#ifndef HasGcc2
#define HasGcc2 YES
#endif
*/

#endif /* BeforeVendorCF */

#ifdef AfterVendorCF

#define ProjectRoot $(CVSCOSRC)

#ifndef UseXargs
#define UseXargs YES
#endif

#ifndef XargsCmd
#define XargsCmd /usr/local/bin/gxargs
#endif

/*  define CERNLIB_SHIFT to turn on using shift software */
/*   if it is already defined and false, undef it! */
/* do not use shift by default
#if defined(CERNLIB_UNIX) && !defined(CERNLIB_WINNT)
#if defined(CERNLIB_SHIFT) && !CERNLIB_SHIFT
#undef CERNLIB_SHIFT
#endif
#endif
   */

/* gmake does like ConstructMFLAGS to be YES(?) */
#undef MakeCmd
#ifndef WIN32
# define MakeCmd gmake
#else
# define MakeCmd make
#endif
#define ConstructMFLAGS	YES

#ifndef WIN32
# define LocalRulesFile <fortran.rules>
#else
# undef  LocalRulesFile 
#endif

/* #define HasXdmAuth YES */

/* #define BuildXKB YES */

/* #define PreIncDir /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.5.8/include */

/*
#if defined(SunArchitecture) && defined(SparcArchitecture)
#define HasCodeCenter	YES
#ifndef SVR4
#define HasTestCenter	YES
#endif
#endif
*/

/*
#ifdef __hp9000s800
#define HasCodeCenter	YES
#endif
*/

/*
#if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4)
#define HasPurify	YES
#endif
*/

/*
#define HasSentinel	YES
*/

/*
#if XsvgaServer
#define SvgaConfig vga.pmi:1024x768
#endif
*/

/* You do NOT need SetUID if you only run the server under xdm */
/* You MAY need SetUID if users run the server by hand or under xinit */
/* Consult your system administrator before making the X server setuid */
/*
#if defined(SunArchitecture) && OSMajorVersion > 4
#define InstallXserverSetUID YES
#endif
*/

/* You do NOT need SetUID if you only run the server under xdm */
/* You MAY need SetUID if users run the server by hand or under xinit */
/* Consult your system administrator before making the X server setuid */
/*
#if XsvgaServer
#define SvgaConfig vga.pmi:1024x768
#define InstallXserverSetUID YES
#endif
*/

/* You do NOT need SetUID if you only run the server under xdm */
/* You MAY need SetUID if users run the server by hand or under xinit */
/* Consult your system administrator before making the X server setuid */
/*
#ifdef XFree86Version
#define InstallXserverSetUID YES
#endif
*/

/*
#include <host.def>
*/

#endif /* AfterVendorCF */