home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / config / bsd.cf < prev    next >
Encoding:
Text File  |  1991-07-30  |  879 b   |  36 lines

  1. XCOMM platform:  $XConsortium: bsd.cf,v 1.18 91/07/30 12:10:52 rws Exp $
  2.  
  3. #define OSName            4.3bsd
  4. XCOMM operating system:  OSName
  5. #define OSMajorVersion    4
  6. #define OSMinorVersion    3
  7.  
  8. #define BootstrapCFlags -DNOSTDHDRS
  9. #define StandardDefines -DNOSTDHDRS
  10. #define HasVoidSignalReturn NO
  11. #define HasBsearch NO
  12. #define DirFailPrefix -
  13. #define AvoidNullMakeCommand    YES
  14.  
  15. #ifdef VaxArchitecture
  16. #define XqdssServer YES
  17. #define XqvssServer YES
  18. #if HasGcc
  19. #define BuildPexExt XqdssServer
  20. #else
  21. #define BuildPex     NO    /* compiler runs out of table space */
  22. #define BuildXInputLib     NO    /* compiler runs out of table space */
  23. #endif
  24. #define HasSaberC YES
  25. #else
  26. #define BuildServer NO
  27. #endif
  28.  
  29. #ifdef VaxArchitecture
  30. #define UnalignedReferencesAllowed YES           /* if arbitrary deref is okay */
  31. #endif
  32.  
  33. #if OSMajorVersion >= 4 && OSMinorVersion >= 3
  34. #define SetTtyGroup YES
  35. #endif
  36.