dtlogin: use XDM authentication instead of MIT/DES on linux
[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 Lets try XdmAuth instead of the ancient MIT/DES auth
144 #define HasXdmAuth  YES
145
146 XCOMM If you have the tirpc library on your system, and you have the
147 XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
148 XCOMM your host.def or site.def file.  Using the tirpc lib should
149 XCOMM allow running rpcbind in secure mode (ie: without the -i option).
150 XCOMM The default is NO.
151
152 #ifndef HasTIRPCLib
153 # define HasTIRPCLib NO
154 #endif
155
156 #if HasTIRPCLib
157 TIRPCLIB = -ltirpc
158 #else
159 TIRPCLIB = 
160 #endif
161
162 #if !defined(DefaultGcc2i386Opt)
163 # define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings
164 #endif
165
166 #if LinuxCLibMajorVersion < 6
167 # define LinuxSourceDefines     -D_POSIX_SOURCE -D_DEFAULT_SOURCE \
168                                 -D_BSD_SOURCE -D_SVID_SOURCE LinuxLocaleDefines
169 # ifndef HasLibCrypt
170 #  define HasLibCrypt           NO
171 # endif
172
173 #else
174 # define LinuxSourceDefines     -D_POSIX_SOURCE -D_DEFAULT_SOURCE \
175                                 -D_BSD_SOURCE -D_SVID_SOURCE \
176                                 -D__NO_STRING_INLINES -D__NO_MATH_INLINES \
177                                 LinuxLocaleDefines
178 # define HasPosixThreads        YES
179 # define ThreadedX              YES
180 # define HasThreadSafeAPI       YES
181 # define ThreadsLibraries       -lpthread
182 # define SystemMTDefines        -D_REENTRANT
183 # ifndef HasLibCrypt
184 #  define HasLibCrypt           YES
185 # endif
186 #endif
187
188 #ifdef SparcArchitecture
189 # define LinuxMachineDefines -Dsparc
190
191 # if UseElfFormat
192 #  define HasPlugin             YES
193 #  define VendorHasX11R6_3libXext YES     /* XC or XFree86 3.3.1 */
194 # endif
195 #endif /* SparcArchitecture */
196
197 #ifdef ARMArchitecture
198 # ifndef OptimizedCDebugFlags
199 #  define OptimizedCDebugFlags  DefaultGcc2i386Opt
200 # endif
201 # define LinuxMachineDefines -D__arm__
202 # define LSBBitOrder             YES
203
204 # if UseElfFormat
205 #  define HasPlugin              YES
206 #  define VendorHasX11R6_3libXext YES     /* XC or XFree86 3.3.1 */
207 # endif 
208 #endif /* ARMArchitecture */
209
210 #ifdef i386Architecture
211 # ifndef OptimizedCDebugFlags
212 #  define OptimizedCDebugFlags  DefaultGcc2i386Opt
213 # endif
214 # define LinuxMachineDefines    -D__i386__
215 /* For DtHelp TIFF processing routines. */
216 # define LSBBitOrder             YES
217
218 # if UseElfFormat
219 #  define HasPlugin             YES
220 #  define VendorHasX11R6_3libXext       YES     /* XC or XFree86 3.3.1 */
221 # endif
222 #endif /* i386Architecture */
223
224 #ifdef AMD64Architecture
225 # ifndef OptimizedCDebugFlags
226 #  define OptimizedCDebugFlags  DefaultGcc2i386Opt
227 # endif
228 # define LinuxMachineDefines    -D__x86_64__ 
229 /* For DtHelp TIFF processing routines. */
230 # define LSBBitOrder            YES
231
232 # if UseElfFormat
233 #  define HasPlugin             YES
234 #  define VendorHasX11R6_3libXext       YES     /* XC or XFree86 3.3.1 */
235 # endif
236 #endif /* AMD64Architecture */
237
238 #ifdef PpcArchitecture
239 # ifndef OptimizedCDebugFlags
240 #  define OptimizedCDebugFlags    DefaultGcc2i386Opt
241 # endif
242 # define LinuxMachineDefines     -D__powerpc__
243 #endif /* PpcArchitecture */
244
245 #ifdef AlphaArchitecture
246 # ifndef OptimizedCDebugFlags
247 #  define OptimizedCDebugFlags  DefaultGcc2i386Opt
248 # endif
249 # define LinuxMachineDefines    -D__alpha__
250 #endif /* AlphaArchitecture */
251
252 #ifdef Mc68020Architecture
253 # ifndef OptimizedCDebugFlags
254 #  define OptimizedCDebugFlags  DefaultGcc2i386Opt
255 # endif
256 # define LinuxMachineDefines    -D__mc68000__
257 # define StandardCppDefines      -traditional 
258 #endif /* Mc68020Architecture */
259
260 #define StandardDefines         -Dlinux LinuxMachineDefines LinuxSourceDefines
261
262 #define ConnectionFlags         -DUNIXCONN -DTCPCONN
263
264 XCOMM This is needed for CDE currently
265 #define CplusplusStandardDefines StandardDefines 
266
267 /* Some of these man page defaults are overriden in the above OS sections */
268 #ifndef ManSuffix
269 # define ManSuffix      1x
270 #endif
271 #ifndef ManDir
272 # define ManDir         $(MANSOURCEPATH)1
273 #endif
274 #ifndef LibManSuffix
275 # define LibManSuffix   3x
276 #endif
277 #ifndef LibmanDir
278 # define LibmanDir      $(MANSOURCEPATH)3
279 #endif
280 #ifndef FileManSuffix
281 # define FileManSuffix  5x
282 #endif
283 #ifndef FileManDir
284 # define FileManDir     $(MANSOURCEPATH)5
285 #endif
286
287 #define ArchitectureDefines     -DLINUX_ARCHITECTURE
288
289 #define TtClientLibs $(TTLIB) $(TIRPCLIB) $(XTOOLLIB) $(XLIB)
290 #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
291
292 #include <lnxDep.rules>
293 #include <lnxLib.rules>