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

  1. XCOMM platform:  $XConsortium: bsd.cf /main/23 1996/01/22 17:36:14 gildea $
  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.