linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE...
[oweals/cde.git] / cde / config / cf / linux.cf
1 XCOMM platform:  $TOG: linux.cf /main/47 1998/04/17 11:32:51 mgreess $
2
3 #ifndef OSName
4 # define OSName                 DefaultOSName
5 #endif
6 #ifndef OSMajorVersion
7 # define OSMajorVersion         DefaultOSMajorVersion
8 #endif
9 #ifndef OSMinorVersion
10 # define OSMinorVersion         DefaultOSMinorVersion
11 #endif
12 #ifndef OSTeenyVersion
13 # define OSTeenyVersion         DefaultOSTeenyVersion
14 #endif
15
16 #ifndef LinuxDistribution 
17 #define LinuxDistribution       DefaultLinuxDistribution
18 /*
19   Add "#define LinuxDistribution Linux<mumble>" to your site.def or host.def.
20   Currently only LinuxSuSE will be figured out automatically.
21   Valid values are (from the list at www.linux.org in Oct. 1997):
22     LinuxUnknown    (0)
23     LinuxSuSE       (1)
24     LinuxCaldera    (2)
25     LinuxCraftworks (3)
26     LinuxDebian     (4)
27     LinuxInfoMagic  (5)
28     LinuxKheops     (6)
29     LinuxPro        (7)
30     LinuxRedHat     (8)
31     LinuxSlackware  (9)
32     LinuxTurbo      (10)
33     LinuxWare       (11)
34     LinuxYggdrasil  (12)
35 */
36 #endif
37
38 #ifndef DefaultLinuxCLibMajorVersion
39 # define DefaultLinuxCLibMajorVersion    6
40 #endif
41 #ifndef DefaultLinuxCLibMinorVersion
42 # define DefaultLinuxCLibMinorVersion    0
43 #endif
44 #ifndef DefaultLinuxCLibTeenyVersion
45 # define DefaultLinuxCLibTeenyVersion    0
46 #endif
47
48 #ifndef LinuxCLibMajorVersion
49 # define LinuxCLibMajorVersion           DefaultLinuxCLibMajorVersion
50 #endif
51 #ifndef LinuxCLibMinorVersion
52 # define LinuxCLibMinorVersion           DefaultLinuxCLibMinorVersion
53 #endif
54 #ifndef LinuxCLibTeenyVersion
55 # define LinuxCLibTeenyVersion           DefaultLinuxCLibTeenyVersion
56 #endif
57
58 #ifndef LinuxBinUtilsMajorVersion
59 # define LinuxBinUtilsMajorVersion       DefaultLinuxBinUtilsMajorVersion
60 #endif
61
62 XCOMM operating system:  OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion)
63 XCOMM libc:  (LinuxCLibMajorVersion./**/LinuxCLibMinorVersion./**/LinuxCLibTeenyVersion)
64 XCOMM binutils:  (LinuxBinUtilsMajorVersion)
65
66 #ifndef UseElfFormat
67 # if OSMajorVersion > 1 || (OSMajorVersion == 1 && OSMinorVersion > 1)
68 #  define UseElfFormat          YES
69 # else
70 #  define UseElfFormat          NO
71 #  error "Only ELF format is supported on linux"
72 # endif
73 #endif
74
75 #define UseInstalledX11         YES
76
77 #define BuildLibPathVar         LD_LIBRARY_PATH
78 #define HasGcc                  YES
79 #define HasGcc2                 YES
80 #define HasGcc2ForCplusplus     YES
81 #define GccUsesGas              YES
82 #define UseGas                  YES
83 #define GnuCpp                  YES
84 #define HasShadowPasswd         YES
85 #define HasPutenv               YES
86 #define HasShm                  YES
87 #define HasSockets              YES
88
89 #define HasMakefileSafeInclude  YES
90 #define DependFileName          .depend
91 #define DependCmd               $(CC) -E -MM -MG
92
93 #ifdef IncludeMakefile
94 # undef IncludeMakefile
95 #endif
96
97 #define IncludeMakefile(file)   -include file
98
99 #if (LinuxDistribution == LinuxRedHat)
100 # define HasZlib                YES
101 #endif
102
103 #define AvoidNullMakeCommand    YES
104 #define StripInstalledPrograms  YES
105 #define CompressAllFonts        YES
106 #define Malloc0ReturnsNull      YES
107 #define NeedConstPrototypes     YES
108 #define NeedFunctionPrototypes  YES
109 #define NeedNestedPrototypes    YES
110 #define NeedVarargsPrototypes   YES
111 #define NeedWidePrototypes      NO
112 #define SetTtyGroup             YES
113
114 #define CcCmd                   gcc -g -pipe
115 #define CplusplusCmd            g++ -g -pipe -fpermissive
116 #define AsCmd                   as
117 #define LdCmd                   ld
118
119 #define CplusplusLibC           -lstdc++
120 #define AsmDefines              -D__ELF__
121
122 #define MkdirHierCmd            mkdir -p
123 #define CppCmd                  /lib/cpp
124 #if OSMajorVersion >= 2
125 # define YaccCmd                yacc
126 #else
127 # define YaccCmd                bison -y
128 #endif
129 #define LexCmd                  flex -l
130 #define LexLib                  -lfl
131 #define PreProcessCmd           CcCmd -E
132 #define PostIncDir              DefaultGccIncludeDir
133 #define LdCombineFlags          -r
134 #define XawI18nDefines          -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
135 #define HasWChar32              YES
136 #define StandardCppDefines      -traditional -nostdinc StandardDefines
137 #define ExtensionOSDefines      -DXTESTEXT1
138
139 #define LinuxLocaleDefines      /**/
140
141 #define DefaultCCOptions        -ansi
142
143 XCOMM If you have the tirpc library on your system, and you have the
144 XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
145 XCOMM your host.def or site.def file.  Using the tirpc lib should
146 XCOMM allow running rpcbind in secure mode (ie: without the -i option).
147 XCOMM The default is NO.
148
149 #ifndef HasTIRPCLib
150 # define HasTIRPCLib NO
151 #endif
152
153 #if HasTIRPCLib
154 TIRPCLIB = -ltirpc
155 #else
156 TIRPCLIB = 
157 #endif
158
159 #if !defined(DefaultGcc2i386Opt)
160 # define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings
161 #endif
162
163 #if LinuxCLibMajorVersion < 6
164 # define LinuxSourceDefines     -D_POSIX_SOURCE \
165                                 -D_BSD_SOURCE -D_SVID_SOURCE LinuxLocaleDefines
166 # ifndef HasLibCrypt
167 #  define HasLibCrypt           NO
168 # endif
169
170 #else
171 # define LinuxSourceDefines     -D_POSIX_SOURCE \
172                                 -D_BSD_SOURCE -D_SVID_SOURCE \
173                                 -D__NO_STRING_INLINES -D__NO_MATH_INLINES \
174                                 LinuxLocaleDefines
175 # define HasPosixThreads        YES
176 # define ThreadedX              YES
177 # define HasThreadSafeAPI       YES
178 # define ThreadsLibraries       -lpthread
179 # define SystemMTDefines        -D_REENTRANT
180 # ifndef HasLibCrypt
181 #  define HasLibCrypt           YES
182 # endif
183 #endif
184
185 #ifdef SparcArchitecture
186 # define LinuxMachineDefines -Dsparc
187
188 # if UseElfFormat
189 #  define HasPlugin             YES
190 #  define VendorHasX11R6_3libXext YES     /* XC or XFree86 3.3.1 */
191 # endif
192 #endif /* SparcArchitecture */
193
194 #ifdef ARMArchitecture
195 # define LinuxMachineDefines -D__arm__
196 # define LSBBitOrder             YES
197
198 # if UseElfFormat
199 #  define HasPlugin              YES
200 #  define VendorHasX11R6_3libXext YES     /* XC or XFree86 3.3.1 */
201 # endif 
202 #endif /* ARMArchitecture */
203
204 #ifdef i386Architecture
205 # define OptimizedCDebugFlags   DefaultGcc2i386Opt
206 # define LinuxMachineDefines    -D__i386__
207 /* For DtHelp TIFF processing routines. */
208 # define LSBBitOrder             YES
209
210 # if UseElfFormat
211 #  define HasPlugin             YES
212 #  define VendorHasX11R6_3libXext       YES     /* XC or XFree86 3.3.1 */
213 # endif
214 #endif /* i386Architecture */
215
216 #ifdef AMD64Architecture
217 # define OptimizedCDebugFlags   DefaultGcc2i386Opt
218 # define LinuxMachineDefines    -D__x86_64__ 
219 /* For DtHelp TIFF processing routines. */
220 # define LSBBitOrder            YES
221
222 # if UseElfFormat
223 #  define HasPlugin             YES
224 #  define VendorHasX11R6_3libXext       YES     /* XC or XFree86 3.3.1 */
225 # endif
226 #endif /* AMD64Architecture */
227
228 #ifdef PpcArchitecture
229 # define OptimizedCDebugFlags    DefaultGcc2i386Opt
230 # define LinuxMachineDefines     -D__powerpc__
231 #endif /* PpcArchitecture */
232
233 #ifdef AlphaArchitecture
234 # define OptimizedCDebugFlags   DefaultGcc2i386Opt
235 # define LinuxMachineDefines    -D__alpha__
236 #endif /* AlphaArchitecture */
237
238 #ifdef Mc68020Architecture
239 # define OptimizedCDebugFlags   DefaultGcc2i386Opt
240 # define LinuxMachineDefines    -D__mc68000__
241 # define StandardCppDefines      -traditional 
242 #endif /* Mc68020Architecture */
243
244 #define StandardDefines         -Dlinux LinuxMachineDefines LinuxSourceDefines
245
246 #define ConnectionFlags         -DUNIXCONN -DTCPCONN
247
248 XCOMM This is needed for CDE currently
249 #define CplusplusStandardDefines StandardDefines 
250
251 /* Some of these man page defaults are overriden in the above OS sections */
252 #ifndef ManSuffix
253 # define ManSuffix      1x
254 #endif
255 #ifndef ManDir
256 # define ManDir         $(MANSOURCEPATH)1
257 #endif
258 #ifndef LibManSuffix
259 # define LibManSuffix   3x
260 #endif
261 #ifndef LibmanDir
262 # define LibmanDir      $(MANSOURCEPATH)3
263 #endif
264 #ifndef FileManSuffix
265 # define FileManSuffix  5x
266 #endif
267 #ifndef FileManDir
268 # define FileManDir     $(MANSOURCEPATH)5
269 #endif
270
271 #define ArchitectureDefines     -DLINUX_ARCHITECTURE
272
273 #define TtClientLibs $(TTLIB) $(TIRPCLIB) $(XTOOLLIB) $(XLIB)
274 #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
275
276 #include <lnxDep.rules>
277 #include <lnxLib.rules>