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

  1. XCOMM platform:  $XConsortium: macII.cf,v 1.39 91/07/30 12:11:32 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 ExtraLibraries      -lposix
  13. #define Malloc0ReturnsNull  YES
  14. #define StandardDefines     -DmacII -DSYSV
  15. #define LnCmd               ln -s
  16. #define ExecableScripts     NO
  17. #define RemoveTargetProgramByMoving YES
  18. #define ExpandManNames      YES
  19. #define HasSockets          YES
  20. #define PexShmIPC           NO
  21. #define HasVoidSignalReturn NO
  22. #define XmacIIServer        YES
  23.  
  24. #if !HasGcc
  25. #define DefaultCCOptions -A 3
  26. #define PexCCOptions -A 4
  27. #endif
  28.  
  29. /*
  30.  * If you wish to override the man page directories, do so here using just
  31.  * one tab between the parameter name (e.g. ManDirectoryRoot) and the
  32.  * value so that cpp doesn't get confused.
  33.  */
  34. #define ManDirectoryRoot    /usr/catman/u_man
  35.