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

  1. XCOMM platform:  $XConsortium: sco.cf /main/3 1996/01/31 17:49:29 mor $
  2.  
  3. #ifndef OSName
  4. #define OSName            SCO OpenServer Release 5
  5. #endif
  6. #ifndef OSVendor
  7. #define OSVendor        SCO
  8. #endif
  9. #ifndef OSMajorVersion
  10. #define OSMajorVersion        5
  11. #endif
  12. #ifndef OSMinorVersion
  13. #define OSMinorVersion        0
  14. #endif
  15. #ifndef OSTeenyVersion
  16. #define OSTeenyVersion        0
  17. #endif
  18.  
  19. #if OSMajorVersion < 5         /* Must be 3.2v4 (not fully tested) */
  20. #define StandardDefines        -Dsco -Dsco324 -DSYSV -Di386
  21. #else
  22. #define StandardDefines        -Dsco -DSYSV -Di386
  23. #define DefaultCCOptions    -b elf
  24. #endif
  25.  
  26. #define CcCmd            cc
  27. #define NeedWidePrototypes    NO
  28. #define ServerExtraDefines    -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV
  29. #define ServerOSDefines        -DDDXTIME -DDDXOSINIT -DSERVER_LOCK
  30. #define ToolkitStringsABIOptions -intelabi
  31. #define XawI18nDefines        -DHAS_WCHAR_H -DHAS_ISW_FUNCS
  32. #define ExtraLibraries        -lsocket 
  33. #define ExtraLoadOptions       -b elf 
  34. #define ThreadedX        NO
  35. #define HasThreadSafeAPI    NO
  36. #define HasNdbm                 YES
  37. #define HasVFork                YES
  38. #define ExecableScripts         YES
  39. #define HasShadowPasswd        YES
  40.  
  41.  
  42. XCOMM Uncomment the following line to build static COFF libraries
  43. XCOMM #define ForceNormalLib        YES 
  44. #define SharedLibXmu        NO
  45.  
  46. #define XnestServer        YES
  47.  
  48. #define SystemV            YES
  49. #define LdCombineFlags        -r 
  50.  
  51. #define HasLdRunPath        YES
  52. #define HasPoll            YES
  53. #define PatheticCpp        YES
  54. #define Malloc0ReturnsNull    YES        /* in case -lmalloc used */
  55.  
  56. #define    ArCmdBase    ar
  57. #define    AsCmd        as
  58. #define    CppCmd        /lib/cpp
  59. #define    LdCmd        ld
  60. #define    LexCmd        lex
  61. #define    MakeCmd        make
  62. #define    YaccCmd        yacc
  63.  
  64. #define ConnectionFlags    -DUNIXCONN -DLOCALCONN -DTCPCONN -DFD_SETSIZE=256
  65.  
  66. #include <scoLib.rules>  /* minor changes to sv4Lib.rules */
  67. #include <sv4Lib.rules>
  68.