]> git.pld-linux.org Git - packages/X11.git/blob - X11-PLD.patch
- fix FontEncDir setting
[packages/X11.git] / X11-PLD.patch
1 diff -ur X11-6.9.0.org/xc/config/cf/Imake.cf X11-6.9.0/xc/config/cf/Imake.cf
2 --- X11-6.9.0.org/xc/config/cf/Imake.cf 2005-11-08 07:33:24.000000000 +0100
3 +++ X11-6.9.0/xc/config/cf/Imake.cf     2005-12-22 10:27:11.890963000 +0100
4 @@ -888,6 +888,10 @@
5  #   define s390Architecture
6  #  undef __s390__
7  # endif /* s390 */
8 +# ifdef alpha
9 +#  define AlphaArchitecture
10 +#  undef alpha
11 +# endif /* alpha */
12  # ifdef __alpha
13  #  define AlphaArchitecture
14  #  undef __alpha
15 diff -ur X11-6.9.0.org/xc/config/cf/Imake.tmpl X11-6.9.0/xc/config/cf/Imake.tmpl
16 --- X11-6.9.0.org/xc/config/cf/Imake.tmpl       2005-11-08 07:33:24.000000000 +0100
17 +++ X11-6.9.0/xc/config/cf/Imake.tmpl   2005-12-22 10:28:07.490963000 +0100
18 @@ -266,7 +266,7 @@
19  
20  #ifndef BuildHtmlManPages
21  #ifdef RmanCmd
22 -#define BuildHtmlManPages YES
23 +#define BuildHtmlManPages NO
24  #else
25  #define BuildHtmlManPages NO
26  #endif
27 @@ -882,11 +882,7 @@
28  #define LintlibDir $(USRLIBDIR)/lint
29  #endif
30  #ifndef SystemManDirectory
31 -#if SystemV4
32  #define SystemManDirectory /usr/share/man
33 -#else
34 -#define SystemManDirectory /usr/man
35 -#endif
36  #endif
37  #ifndef ManDirectoryRoot
38  #ifdef ProjectRoot
39 @@ -1196,7 +1192,7 @@
40  #define CppCmd /LibDirName/cpp
41  #endif
42  #ifndef RawCppCmd
43 -#define RawCppCmd CppCmd -undef
44 +#define RawCppCmd CppCmd
45  #endif
46  #ifndef CppNoLineInfoOption
47  #define CppNoLineInfoOption /**/
48 diff -ur X11-6.9.0.org/xc/config/cf/linux.cf X11-6.9.0/xc/config/cf/linux.cf
49 --- X11-6.9.0.org/xc/config/cf/linux.cf 2005-10-21 21:10:27.000000000 +0200
50 +++ X11-6.9.0/xc/config/cf/linux.cf     2005-12-22 10:40:10.100963000 +0100
51 @@ -394,7 +394,7 @@
52  #ifndef BuildLibGlxWithoutPIC
53  # if BuildXF86DRI
54  #  if defined(i386Architecture)
55 -#   define BuildLibGlxWithoutPIC       YES
56 +#   define BuildLibGlxWithoutPIC       NO
57  #  endif
58  # endif
59  #endif
60 @@ -539,6 +539,10 @@
61  # define HasExpat              YES
62  #endif
63  
64 +#ifndef HasFontconfig
65 +# define HasFontconfig         YES
66 +#endif
67 +
68  #ifndef HasFreetype2
69  # define HasFreetype2          YES
70  #endif
71 @@ -792,7 +796,7 @@
72  
73  #define HasVarRun              YES
74  #ifndef VarDbDirectory
75 -# define VarDbDirectory                $(VARDIR)/lib
76 +# define VarDbDirectory                /var/lib
77  #endif
78  
79  #ifndef XF86OSCardDrivers
80 diff -ur X11-6.9.0.org/xc/config/cf/site.def X11-6.9.0/xc/config/cf/site.def
81 --- X11-6.9.0.org/xc/config/cf/site.def 2004-05-06 17:08:25.000000000 +0200
82 +++ X11-6.9.0/xc/config/cf/site.def     2005-12-22 10:29:12.390963000 +0100
83 @@ -124,6 +124,14 @@
84  #define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
85  */
86  
87 +#define DefaultUserPath /usr/local/bin:/bin:/usr/bin:$(BINDIR)
88 +#undef DefaultSystemPath
89 +#define DefaultSystemPath /sbin:/bin:/usr/sbin:/usr/bin:$(BINDIR)
90 +
91 +
92 +#define HasPam    YES
93 +#define HasPamMisc    YES
94 +
95  
96  /* You do NOT need SetUID if you only run the server under xdm */
97  /* You MAY need SetUID if users run the server by hand or under xinit */
98 diff -ur X11-6.9.0.org/xc/config/cf/X11.tmpl X11-6.9.0/xc/config/cf/X11.tmpl
99 --- X11-6.9.0.org/xc/config/cf/X11.tmpl 2005-12-15 00:41:52.000000000 +0100
100 +++ X11-6.9.0/xc/config/cf/X11.tmpl     2005-12-22 10:32:25.830963000 +0100
101 @@ -597,7 +597,7 @@
102  #define BuildXF86RushLibrary   (BuildXF86RushExt && !BuildServersOnly)
103  #endif
104  #ifndef BuildDPSLibraries
105 -#define BuildDPSLibraries      NO
106 +#define BuildDPSLibraries      YES
107  #endif
108  #ifndef BuildDPSLibrary
109  #define BuildDPSLibrary                BuildDPSLibraries
110 @@ -693,7 +693,7 @@
111  #endif
112  
113  #ifndef BuildXterm
114 -#define BuildXterm             NO
115 +#define BuildXterm             YES
116  #endif
117  
118  #ifndef BuildXkbcomp
119 @@ -731,7 +731,7 @@
120  #endif
121  
122  #ifndef InstallHardcopyDocs
123 -#define InstallHardcopyDocs    YES
124 +#define InstallHardcopyDocs    NO
125  #endif
126  
127  #ifndef InstallMiscManPages
128 @@ -1395,8 +1395,12 @@
129  # define UsbMouseSupport NO
130  #endif
131  
132 +#ifndef EtcX11Directory
133 +#define EtcX11Directory /etc/X11
134 +#endif
135 +
136  #ifndef DefaultFSConfigFile
137 -#define DefaultFSConfigFile $(LIBDIR)/fs/config
138 +#define DefaultFSConfigFile $(ETCX11DIR)/fs/config
139  #endif
140  
141  #ifndef BinDir
142 @@ -1483,7 +1487,7 @@
143  #define ConfigDir $(LIBDIR)/config
144  #endif
145  #ifndef DocDir
146 -#define DocDir $(LIBDIR)/doc
147 +#define DocDir $(LIBDIR)/share/doc
148  #endif
149  #ifndef DocHtmlDir
150  #define DocHtmlDir $(DOCDIR)/html
151 @@ -1495,34 +1499,34 @@
152  #define DocPdfDir $(DOCDIR)/PDF
153  #endif
154  #ifndef FontDir
155 -#define FontDir $(LIBDIR)/fonts
156 +#define FontDir /usr/share/fonts
157  #endif
158  #ifndef FontEncDir
159  #define FontEncDir $(LIBDIR)/fonts/encodings
160  #endif
161  #ifndef AdmDir
162 -#define AdmDir /usr/adm
163 +#define AdmDir /var/log
164  #endif
165  #ifndef XinitDir
166 -#define XinitDir $(LIBDIR)/xinit
167 +#define XinitDir $(ETCX11DIR)/xinit
168  #endif
169  #ifndef XdmDir
170 -#define XdmDir $(LIBDIR)/xdm
171 +#define XdmDir $(ETCX11DIR)/xdm
172  #endif
173  #ifndef XdmVarDir
174  #define XdmVarDir $(VARLIBDIR)/xdm
175  #endif
176  #ifndef XdmAuthDir
177 -#define XdmAuthDir $(LIBDIR)/xdm
178 +#define XdmAuthDir $(ETCX11DIR)/xdm
179  #endif
180  #ifndef XdmConfigurationSubdirectory           /* under xdm sources */
181  #define XdmConfigurationSubdirectory config
182  #endif
183  #ifndef TwmDir
184 -#define TwmDir $(LIBDIR)/twm
185 +#define TwmDir $(ETCX11DIR)/twm
186  #endif
187  #ifndef XsmDir
188 -#define XsmDir $(LIBDIR)/xsm
189 +#define XsmDir $(ETCX11DIR)/xsm
190  #endif
191  #ifndef NlsDir
192  #define NlsDir $(LIBDIR)/nls
193 @@ -1502,7 +1502,7 @@
194  #define FontDir /usr/share/fonts
195  #endif
196  #ifndef FontEncDir
197 -#define FontEncDir $(LIBDIR)/fonts/encodings
198 +#define FontEncDir /usr/share/fonts/encodings
199  #endif
200  #ifndef AdmDir
201  #define AdmDir /var/log
202 @@ -1531,23 +1535,20 @@
203  #define XLocaleDir $(LIBDIR)/locale
204  #endif
205  #ifndef LbxproxyDir
206 -#define LbxproxyDir $(LIBDIR)/lbxproxy
207 +#define LbxproxyDir $(ETCX11DIR)/lbxproxy
208  #endif
209  #ifndef LbxproxyConfigSubdir           /* under lbxproxy sources */
210  #define LbxproxyConfigSubdir config
211  #endif
212  #ifndef ProxyManagerDir
213 -#define ProxyManagerDir $(LIBDIR)/proxymngr
214 +#define ProxyManagerDir $(ETCX11DIR)/proxymngr
215  #endif
216  #ifndef ServerConfigDir
217 -#define ServerConfigDir $(LIBDIR)/xserver
218 +#define ServerConfigDir $(ETCX11DIR)/xserver
219  #endif
220  #ifndef XPrintDir
221  #define XPrintDir ServerConfigDir
222  #endif
223 -#ifndef EtcX11Directory
224 -#define EtcX11Directory /etc/X11
225 -#endif
226  #ifndef InstallSecurityConfig
227  #define InstallSecurityConfig YES      /* Install sample security policy */
228  #endif
229 @@ -1579,10 +1580,10 @@
230  #define OsNameDefines /* as nothing */
231  #endif
232  #ifndef DefaultUserPath                        /* for xdm */
233 -#define DefaultUserPath :/bin:/usr/bin:$(BINDIR):/usr/ucb
234 +#define DefaultUserPath /usr/local/bin:/bin:/usr/bin:$(BINDIR)
235  #endif
236  #ifndef DefaultSystemPath              /* for xdm */
237 -#define DefaultSystemPath /etc:/bin:/usr/bin:$(BINDIR):/usr/ucb
238 +#define DefaultSystemPath /sbin:/bin:/usr/sbin:/usr/bin:$(BINDIR)
239  #endif
240  #ifndef DefaultSystemShell             /* for xdm to set in SHELL */
241  #define DefaultSystemShell BourneShell
242 @@ -1719,7 +1720,7 @@
243  
244       HTMLINDEXCMD = HtmlIndexCmd
245  
246 -       DOCUTILSRC = $(XTOP)/doc/util
247 +       DOCUTILSRC = $(XTOP)/share/doc/util
248          CLIENTSRC = $(TOP)/clients
249            DEMOSRC = $(TOP)/demos
250         XDOCMACROS = $(DOCUTILSRC)/macros.t
251 @@ -1733,7 +1734,7 @@
252          SERVERSRC = $(XTOP)/programs/Xserver
253         CONTRIBSRC = ContribDir
254     UNSUPPORTEDSRC = UnsupportedDir
255 -           DOCSRC = $(XTOP)/doc
256 +           DOCSRC = $(XTOP)/share/doc
257             RGBSRC = $(XTOP)/programs/rgb
258        BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
259       MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
260 diff -ur X11-6.9.0.org/xc/config/cf/xorg.cf X11-6.9.0/xc/config/cf/xorg.cf
261 --- X11-6.9.0.org/xc/config/cf/xorg.cf  2005-10-03 18:08:44.000000000 +0200
262 +++ X11-6.9.0/xc/config/cf/xorg.cf      2005-12-22 10:32:59.590963000 +0100
263 @@ -136,7 +136,7 @@
264  #define XConfigFile            xorg.conf
265  #endif
266  #ifndef XConfigDir
267 -#define XConfigDir             $(LIBDIR)
268 +#define XConfigDir             $(ETCX11DIR)
269  #endif
270  #ifndef XLogFile
271  #define XLogFile               Xorg
272 @@ -408,7 +408,7 @@
273                                 neomagic i740 tdfx savage \
274                                 cirrus vmware tseng trident chips apm \
275                                 GlideDriver i128 i386Drivers \
276 -                               ati DevelDrivers ark \
277 +                               ati DevelDrivers ark fbdev \
278                                 cyrix siliconmotion via \
279                                 vesa vga \
280                                 dummy XF86OSCardDrivers XF86ExtraCardDrivers
281 diff -ur X11-6.9.0.org/xc/config/cf/xorgsite.def X11-6.9.0/xc/config/cf/xorgsite.def
282 --- X11-6.9.0.org/xc/config/cf/xorgsite.def     2005-07-16 09:59:50.000000000 +0200
283 +++ X11-6.9.0/xc/config/cf/xorgsite.def 2005-12-22 10:33:48.940963000 +0100
284 @@ -266,8 +266,8 @@
285  /*
286   * To not build/install the Cyrillic fonts, uncomment the following
287   *
288 -#define BuildCyrillicFonts     NO
289   */
290 +#define BuildCyrillicFonts     YES
291  
292  /*
293   * To not install the local font directory, uncomment the following
294 @@ -435,8 +435,8 @@
295   * Some Linux releases don't have a libtermcap.  In this case you may need
296   * to uncomment the following
297   *
298 -#define TermcapLibrary         -lncurses
299   */
300 +#define TermcapLibrary         -lncurses
301  
302  /*
303   * Build a server that dynamically loads the modules by setting
304 @@ -610,8 +610,8 @@
305   * To forceably build static libraries in addition to shared libraries,
306   * uncomment this.
307   *
308 -#define ForceNormalLib         YES
309   */
310 +#define ForceNormalLib         YES
311  
312  /*
313   * Uncomment this if your default tools (eg, gcc, ld, as, etc) are
314 diff -ur X11-6.9.0.org/xc/config/imake/imake.c X11-6.9.0/xc/config/imake/imake.c
315 --- X11-6.9.0.org/xc/config/imake/imake.c       2005-11-08 07:33:24.000000000 +0100
316 +++ X11-6.9.0/xc/config/imake/imake.c   2005-12-22 10:34:57.200963000 +0100
317 @@ -1061,6 +1061,7 @@
318    static char* suse = "/etc/SuSE-release";
319    static char* redhat = "/etc/redhat-release";
320    static char* debian = "/etc/debian_version";
321 +  static char* pld = "/etc/pld-release";
322  
323    fprintf (inFile, "%s\n", "#define LinuxUnknown    0");
324    fprintf (inFile, "%s\n", "#define LinuxSuSE       1");
325 @@ -1075,6 +1076,7 @@
326    fprintf (inFile, "%s\n", "#define LinuxTurbo      10");
327    fprintf (inFile, "%s\n", "#define LinuxWare       11");
328    fprintf (inFile, "%s\n", "#define LinuxYggdrasil  12");
329 +  fprintf (inFile, "%s\n", "#define LinuxPLD        13");
330  
331  #ifdef CROSSCOMPILE
332    if (CrossCompiling) {
333 @@ -1101,6 +1103,12 @@
334       * at the content of /etc/debian_version */
335      return;
336    }
337 +  if (lstat (pld, &sb) == 0) {
338 +    fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxPLD");
339 +    fprintf (inFile, "%s\n", "#define DefaultLinuxDistName PLD");
340 +    return;
341 +  }
342 +         
343    /* what's the definitive way to tell what any particular distribution is? */
344  
345    fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxUnknown");
346 diff -ur X11-6.9.0.org/xc/Makefile X11-6.9.0/xc/Makefile
347 --- X11-6.9.0.org/xc/Makefile   2005-12-15 00:41:52.000000000 +0100
348 +++ X11-6.9.0/xc/Makefile       2005-12-22 10:39:28.160963000 +0100
349 @@ -9,7 +9,7 @@
350  # or add "MAKE = make" to this file.
351  
352  RELEASE = "Release 6.9"
353 -SHELL = /bin/sh
354 +SHELL = /bin/sh -e
355  RM = rm -f
356  MV = mv
357  WORLDOPTS =
358 diff -ur X11-6.9.0.org/xc/programs/xdm/config/Xres.cpp X11-6.9.0/xc/programs/xdm/config/Xres.cpp
359 --- X11-6.9.0.org/xc/programs/xdm/config/Xres.cpp       2004-04-23 21:54:43.000000000 +0200
360 +++ X11-6.9.0/xc/programs/xdm/config/Xres.cpp   2005-12-22 10:35:32.500963000 +0100
361 @@ -70,10 +70,10 @@
362  #endif /* XPM */
363  XHASHendif
364  #ifdef XPM
365 -XHASHif PLANES >= 8
366 -xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
367 +XHASHif PLANES > 8
368 +xlogin*logoFileName: BITMAPDIR/**//xdm-pld-logo.xpm
369  XHASHelse
370 -xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP
371 +xlogin*logoFileName: BITMAPDIR/**//xdm-pld-logo-bw.xpm
372  XHASHendif
373  xlogin*useShape: true
374  xlogin*logoPadding: 10
375 diff -ur X11-6.9.0.org/xc/programs/xdm/resource.c X11-6.9.0/xc/programs/xdm/resource.c
376 --- X11-6.9.0.org/xc/programs/xdm/resource.c    2005-11-08 07:33:31.000000000 +0100
377 +++ X11-6.9.0/xc/programs/xdm/resource.c        2005-12-22 10:36:59.580963000 +0100
378 @@ -85,31 +85,31 @@
379   */
380  #ifndef __EMX__
381  #ifndef DEF_SERVER_LINE 
382 -#define DEF_SERVER_LINE ":0 local /usr/bin/X11/X :0"
383 +#define DEF_SERVER_LINE ":0 local /usr/X11R6/bin/X :0"
384  #endif
385  #ifndef XRDB_PROGRAM
386 -#define XRDB_PROGRAM "/usr/bin/X11/xrdb"
387 +#define XRDB_PROGRAM "/usr/X11R6/X11/xrdb"
388  #endif
389  #ifndef DEF_SESSION
390 -#define DEF_SESSION "/usr/bin/X11/xterm -ls"
391 +#define DEF_SESSION "/usr/X11R6/bin/xterm -ls"
392  #endif
393  #ifndef DEF_USER_PATH
394 -#define DEF_USER_PATH ":/bin:/usr/bin:/usr/bin/X11:/usr/ucb"
395 +#define DEF_USER_PATH "/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin"
396  #endif
397  #ifndef DEF_SYSTEM_PATH
398 -#define DEF_SYSTEM_PATH "/etc:/bin:/usr/bin:/usr/bin/X11:/usr/ucb"
399 +#define DEF_SYSTEM_PATH "/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin"
400  #endif
401  #ifndef DEF_SYSTEM_SHELL
402  #define DEF_SYSTEM_SHELL "/bin/sh"
403  #endif
404  #ifndef DEF_FAILSAFE_CLIENT
405 -#define DEF_FAILSAFE_CLIENT "/usr/bin/X11/xterm"
406 +#define DEF_FAILSAFE_CLIENT "/usr/X11R6/bin/xterm"
407  #endif
408  #ifndef DEF_XDM_CONFIG
409 -#define DEF_XDM_CONFIG "/usr/lib/X11/xdm/xdm-config"
410 +#define DEF_XDM_CONFIG "/etc/X11/xdm/xdm-config"
411  #endif
412  #ifndef DEF_CHOOSER
413 -#define DEF_CHOOSER "/usr/lib/X11/xdm/chooser"
414 +#define DEF_CHOOSER "/etc/X11/xdm/chooser"
415  #endif
416  #ifndef DEF_AUTH_NAME
417  #ifdef HASXDMAUTH
418 @@ -119,7 +119,7 @@
419  #endif
420  #endif
421  #ifndef DEF_AUTH_DIR
422 -#define DEF_AUTH_DIR "/usr/lib/X11/xdm"
423 +#define DEF_AUTH_DIR "/etc/X11/xdm"
424  #endif
425  #ifndef DEF_USER_AUTH_DIR
426  #define DEF_USER_AUTH_DIR      "/tmp"
427 diff -ur X11-6.9.0.org/xc/programs/xinit/Imakefile X11-6.9.0/xc/programs/xinit/Imakefile
428 --- X11-6.9.0.org/xc/programs/xinit/Imakefile   2005-11-15 05:03:10.000000000 +0100
429 +++ X11-6.9.0/xc/programs/xinit/Imakefile       2005-12-22 10:37:39.740963000 +0100
430 @@ -88,11 +88,12 @@
431  #endif
432  InstallManPage(startx,$(MANDIR))
433  
434 -#if InstallXinitConfig
435 -InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR))
436 -#else
437 -InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR))
438 -#endif
439 +XCOMM Red Hat gets this from a different package
440 +XCOMM #if InstallXinitConfig
441 +XCOMM InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR))
442 +XCOMM #else
443 +XCOMM InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR))
444 +XCOMM #endif
445  
446  LinkConfDirectory(xinit,.,xinit,.)
447  
448 diff -ur X11-6.9.0.org/xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile X11-6.9.0/xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile
449 --- X11-6.9.0.org/xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile      2005-08-23 03:14:35.000000000 +0200
450 +++ X11-6.9.0/xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile  2005-12-22 10:39:11.440963000 +0100
451 @@ -110,7 +110,7 @@
452  
453  #if HasNCurses
454  CURSESLIB = NCursesLibName
455 -CURSESDEFINES  = -DHAS_NCURSES
456 +CURSESDEFINES  = -DHAS_NCURSES -I/usr/include/ncurses
457  #endif
458  
459  XF86CONFIGFILE = XConfigFile
460 diff -ur X11-6.9.0.org/xc/programs/xterm/Imakefile X11-6.9.0/xc/programs/xterm/Imakefile
461 --- X11-6.9.0.org/xc/programs/xterm/Imakefile   2005-12-15 00:28:27.000000000 +0100
462 +++ X11-6.9.0/xc/programs/xterm/Imakefile       2005-12-22 10:38:51.510963000 +0100
463 @@ -68,6 +68,10 @@
464  # endif
465  #endif
466  
467 +#if InstallXtermSetUID
468 +#undef InstallXtermSetUID
469 +#endif
470 +
471  #ifndef SpecialCObjectRule
472  #define SpecialCObjectRule(module,ignore,defines) \
473  module.o: ; $(CC) -c defines $(CFLAGS) module.c
474 @@ -88,6 +92,7 @@
475      PUCCPTYDDEF = -DPUCC_PTYD  /* does not need to be setuid */
476           PTYLIB = -lpucc
477  #endif
478 +    PTYLIB = -lutil
479  
480  #if defined(NetBSDArchitecture) || \
481      defined(OpenBSDArchitecture) || \
482 @@ -153,7 +158,7 @@
483      XKB_DEFINES = XkbClientDefines
484     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
485          DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(PUTENVDEF) $(IMAKEDEFINES) $(TRACEDEF)
486 -       INCLUDES = -I. $(XRFINCLUDES)
487 +       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
488  
489  #ifdef OS2Architecture
490          MAINSRC = os2main.c
This page took 0.060292 seconds and 4 git commands to generate.