home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / config / bsd.cf < prev    next >
Text File  |  1999-09-03  |  686b  |  30 lines

  1. XCOMM platform:  $XConsortium: bsd.cf /main/24 1996/09/28 16:09:13 rws $
  2.  
  3. #ifndef OSName
  4. #define OSName            4.3bsd
  5. #endif
  6. XCOMM operating system:  OSName
  7. #ifndef OSMajorVersion
  8. #define OSMajorVersion    4
  9. #endif
  10. #ifndef OSMinorVersion
  11. #define OSMinorVersion    3
  12. #endif
  13.  
  14. #define BootstrapCFlags -DNOSTDHDRS
  15. #define StandardDefines -DNOSTDHDRS -DCSRG_BASED
  16. #define HasVoidSignalReturn NO
  17. #define HasBsearch NO
  18. #define DirFailPrefix -
  19. #define AvoidNullMakeCommand    YES
  20.  
  21. #define BuildServer NO
  22.  
  23. #ifdef VaxArchitecture
  24. #define UnalignedReferencesAllowed YES           /* if arbitrary deref is okay */
  25. #endif
  26.  
  27. #if OSMajorVersion >= 4 && OSMinorVersion >= 3
  28. #define SetTtyGroup YES
  29. #endif
  30.