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

  1. XCOMM platform:  $XConsortium: macII.cf,v 1.40 91/09/10 09:02:30 rws Exp $
  2.  
  3. #define OSName            A/UX 2.0.1
  4. #define OSMajorVersion    2
  5. #define OSMinorVersion    0
  6. XCOMM operating system:  OSName
  7.  
  8. #if HasGcc
  9. #define BootstrapCFlags   -DmacII
  10. #endif
  11. #define SystemV             YES
  12. #define NeedBerklib         YES
  13. #define ExtraLibraries      $(XBSDLIB) -lposix
  14. #define Malloc0ReturnsNull  YES
  15. #define StandardDefines     -DmacII -DSYSV
  16. #define LnCmd               ln -s
  17. #define ExecableScripts     NO
  18. #define RemoveTargetProgramByMoving YES
  19. #define ExpandManNames      YES
  20. #define HasSockets          YES
  21. #define PexShmIPC           NO
  22. #define HasVoidSignalReturn NO
  23. #define XmacIIServer        YES
  24.  
  25. #if !HasGcc
  26. #define DefaultCCOptions -A 3
  27. #define PexCCOptions -A 4
  28. #endif
  29.  
  30. /*
  31.  * If you wish to override the man page directories, do so here using just
  32.  * one tab between the parameter name (e.g. ManDirectoryRoot) and the
  33.  * value so that cpp doesn't get confused.
  34.  */
  35. #define ManDirectoryRoot    /usr/catman/u_man
  36.