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

  1. XCOMM platform:  $XConsortium: sequent.cf /main/2 1996/01/22 17:37:49 gildea $
  2. /*
  3.  * SET VERSION NUMBERS BEFORE MAKING MAKEFILES; also, you'll need to install
  4.  * util/scripts/bsdinstall.sh before doing a "make install"
  5.  */
  6.  
  7. #if defined(DynixPtxArchitecture) || defined(_SEQUENT_)
  8.  
  9. #ifndef OSName
  10. #define OSName            Dynix/ptx
  11. #endif
  12. #ifndef OSMajorVersion
  13. #define OSMajorVersion        2
  14. #endif
  15. #ifndef OSMinorVersion
  16. #define OSMinorVersion        0
  17. #endif
  18.  
  19. #define SystemV            YES
  20. #define SymbolTableFlags
  21. #define DefaultCCOptions    SymbolTableFlags
  22. #define SharedLibraryCCOptions    DefaultCCOptions
  23. #define StandardDefines        -DSYSV
  24. #define MotifDefines        -DSTRINGS_ALIGNED -DNO_REGCOMP
  25. #define ExtraLibraries        $(XBSDLIB) -lsocket -linet -lnsl -lseq
  26. #define XmExtraLibraries    -lgen
  27.  
  28. #define NeedBerklib        YES
  29. #define HasShadowPasswd        YES
  30. #define InstallXdmConfig    YES
  31. #define HasSockets        YES
  32.  
  33. /*
  34.  * Plan to remove Prototypes defines and use -Xc with
  35.  * Dynix/ptx:
  36.  *   OSMajorVersion=4
  37.  *   OSMinorVersion=0
  38.  * Using -Xc with Version 4.0 will elliminate most warnings
  39.  */
  40. #define NeedFunctionPrototypes  YES
  41. #define NeedNestedPrototypes    YES
  42. #define NeedConstPrototypes     YES
  43. #define NeedVarargsPrototypes   YES
  44.  
  45.  
  46. /*
  47.  * unfortunately pbmplus uses this...
  48.  */
  49. RANLIB = :
  50.  
  51. #endif /* defined(DynixPtxArchitecture) || defined(_SEQUENT_) */
  52.  
  53. #if defined(Dynix3Architecture) || defined(sequent)
  54.  
  55. #ifndef OSName
  56. #define OSName            Dynix 3
  57. #endif
  58. #ifndef OSMajorVersion
  59. #define OSMajorVersion        3
  60. #endif
  61. #ifndef OSMinorVersion
  62. #define OSMinorVersion        2
  63. #endif
  64.  
  65. #define SymbolTableFlags    -W0,-Nn7500 -W0,-Nd10000
  66. #define DefaultCCOptions    SymbolTableFlags
  67. #define StandardDefines        -DX_NOT_STDC_ENV -DX_NOT_POSIX
  68. #define ExtraLibraries        -lseq
  69.  
  70. #define HasVoidSignalReturn    NO
  71. #define HasBsearch        NO
  72.  
  73. #define SetTtyGroup        YES
  74.  
  75. #endif /* defined(Dynix3Architecture) || defined(sequent) */
  76.  
  77. #define BuildServer        NO
  78. #define BuildXInputLib        NO
  79. #define BuildPexClients        NO
  80.  
  81. #define LnCmd            ln -s
  82.