home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / sequent.cf < prev    next >
Encoding:
Text File  |  1995-07-12  |  1.7 KB  |  70 lines

  1. XCOMM platform:  $XConsortium: sequent.cf,v 1.1 94/02/04 21:35:31 rws Exp $
  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. #define OSName            Dynix/ptx
  10. #define OSMajorVersion        2
  11. #define OSMinorVersion        0
  12.  
  13. #define SystemV            YES
  14. #define SymbolTableFlags
  15. #define DefaultCCOptions    SymbolTableFlags
  16. #define SharedLibraryCCOptions    DefaultCCOptions
  17. #define StandardDefines        -DSYSV
  18. #define MotifDefines        -DSTRINGS_ALIGNED -DNO_REGCOMP
  19. #define ExtraLibraries        $(XBSDLIB) -lsocket -linet -lnsl -lseq
  20. #define XmExtraLibraries    -lgen
  21.  
  22. #define NeedBerklib        YES
  23. #define HasShadowPasswd        YES
  24. #define InstallXdmConfig    YES
  25. #define HasSockets        YES
  26.  
  27. /*
  28.  * Plan to remove Prototypes defines and use -Xc with
  29.  * Dynix/ptx:
  30.  *   OSMajorVersion=4
  31.  *   OSMinorVersion=0
  32.  * Using -Xc with Version 4.0 will elliminate most warnings
  33.  */
  34. #define NeedFunctionPrototypes  YES
  35. #define NeedNestedPrototypes    YES
  36. #define NeedConstPrototypes     YES
  37. #define NeedVarargsPrototypes   YES
  38.  
  39.  
  40. /*
  41.  * unfortunately pbmplus uses this...
  42.  */
  43. RANLIB = :
  44.  
  45. #endif /* defined(DynixPtxArchitecture) || defined(_SEQUENT_) */
  46.  
  47. #if defined(Dynix3Architecture) || defined(sequent)
  48.  
  49. #define OSName            Dynix 3
  50. #define OSMajorVersion        3
  51. #define OSMinorVersion        2
  52.  
  53. #define SymbolTableFlags    -W0,-Nn7500 -W0,-Nd10000
  54. #define DefaultCCOptions    SymbolTableFlags
  55. #define StandardDefines        -DX_NOT_STDC_ENV -DX_NOT_POSIX
  56. #define ExtraLibraries        -lseq
  57.  
  58. #define HasVoidSignalReturn    NO
  59. #define HasBsearch        NO
  60.  
  61. #define SetTtyGroup        YES
  62.  
  63. #endif /* defined(Dynix3Architecture) || defined(sequent) */
  64.  
  65. #define BuildServer        NO
  66. #define BuildXInputLib        NO
  67. #define BuildPexClients        NO
  68.  
  69. #define LnCmd            ln -s
  70.