home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / config / cray.cf < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.1 KB  |  50 lines

  1. XCOMM platform:  $XConsortium: cray.cf /main/50 1996/01/22 17:36:35 gildea $
  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 BuildPex        NO
  23. #define ConnectionFlags        -DTCPCONN
  24. #define HasShm            NO
  25. #define PexNativeFPFormat    PEXCRAY_Floating
  26. #define NativeFPFormat        CRAY_Float
  27. #ifdef UseInstalled
  28. #define InstallCmd              install
  29. #else
  30. #define InstallCmd              $(SHELL) $(CONFIGSRC)/util/install.sh
  31. #endif
  32.  
  33. #ifdef _CRAY2
  34. #define DefaultCCOptions    -hpagelm -hlimitlm
  35. #endif
  36.  
  37. #if OSMajorVersion >= 6
  38. #define PreProcessCmd         /lib/pcpp
  39. #define CppCmd             /lib/pcpp
  40. #else
  41. #  if OSMajorVersion == 5
  42. #  define PreProcessCmd     /lib/cpp
  43. #  define CppCmd         /lib/cpp
  44. #  define ExtraLoadFlags        -lnet
  45. #  endif
  46. #endif
  47.  
  48. /* XKB library code does not work here yet */
  49. #define BuildXKBlib NO
  50.