cray.cf revision 11d341ca
1XCOMM platform:  $Xorg: cray.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
2
3#ifndef OSName
4#define OSName			UNICOS 8.0
5#endif
6XCOMM 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 NativeFPFormat		CRAY_Float
25#ifdef UseInstalled
26#define InstallCmd              install
27#else
28#define InstallCmd              $(SHELL) $(CONFIGSRC)/util/install.sh
29#endif
30
31#ifdef _CRAY2
32#define DefaultCCOptions	-hpagelm -hlimitlm
33#endif
34
35#if OSMajorVersion >= 6
36#define PreProcessCmd 		/lib/pcpp
37#define CppCmd	 		/lib/pcpp
38#else
39#  if OSMajorVersion == 5
40#  define PreProcessCmd 	/lib/cpp
41#  define CppCmd	 	/lib/cpp
42#  define ExtraLoadFlags        -lnet
43#  endif
44#endif
45
46/* XKB library code does not work here yet */
47#define BuildXKBlib NO
48
49#define MotifDefines		-DNO_REGEX -DNO_REGCOMP
50