]> git.sesse.net Git - rdpsrv/blob - Xserver/config/cf/cray.cf
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / cf / cray.cf
1 XCOMM platform:  $XConsortium: cray.cf /main/52 1996/09/28 16:09:55 rws $
2
3 #ifndef OSName
4 #define OSName                  UNICOS 8.0
5 #endif
6 XCOMM operating system:  OSName
7 #ifndef OSMajorVersion
8 #define OSMajorVersion          8
9 #endif
10 #ifndef OSMinorVersion
11 #define OSMinorVersion          0
12 #endif
13
14 #define SystemV                 YES
15 #define Malloc0ReturnsNull      YES
16 #define RemoveTargetProgramByMoving YES
17 #define ArCmd                   bld cr
18 #define StandardDefines         -DSYSV -DUSG
19 #define ExecableScripts         NO
20 #define HasPoll                 NO
21 #define HasXServer              NO
22 #define ConnectionFlags         -DTCPCONN
23 #define HasShm                  NO
24 #define PexNativeFPFormat       PEXCRAY_Floating
25 #define NativeFPFormat          CRAY_Float
26 #ifdef UseInstalled
27 #define InstallCmd              install
28 #else
29 #define InstallCmd              $(SHELL) $(CONFIGSRC)/util/install.sh
30 #endif
31
32 #ifdef _CRAY2
33 #define DefaultCCOptions        -hpagelm -hlimitlm
34 #endif
35
36 #if OSMajorVersion >= 6
37 #define PreProcessCmd           /lib/pcpp
38 #define CppCmd                  /lib/pcpp
39 #else
40 #  if OSMajorVersion == 5
41 #  define PreProcessCmd         /lib/cpp
42 #  define CppCmd                /lib/cpp
43 #  define ExtraLoadFlags        -lnet
44 #  endif
45 #endif
46
47 /* XKB library code does not work here yet */
48 #define BuildXKBlib NO
49
50 #define MotifDefines            -DNO_REGEX -DNO_REGCOMP