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

  1. XCOMM platform:  $XConsortium: macII.cf /main/50 1996/09/28 16:11:19 rws $
  2.  
  3. #ifndef OSName
  4. #define OSName            A/UX 3.0.1
  5. #endif
  6. #ifndef OSMajorVersion
  7. #define OSMajorVersion    3
  8. #endif
  9. #ifndef OSMinorVersion
  10. #define OSMinorVersion    0
  11. #endif
  12. #ifndef OSTeenyVersion
  13. #define OSTeenyVersion    1
  14. #endif
  15. XCOMM operating system:  OSName
  16.  
  17. #if HasGcc
  18. #define BootstrapCFlags   -DmacII
  19. #endif
  20. #define SystemV             YES
  21. #define HasPoll            NO
  22. #define NeedBerklib         YES
  23. #define ExtraLibraries      $(XBSDLIB) -lposix -lm -lmr
  24. #define Malloc0ReturnsNull  YES
  25. #define StandardDefines     -DmacII -DSYSV
  26. #define ExecableScripts     NO
  27. #define RemoveTargetProgramByMoving YES
  28. #define ExpandManNames      YES
  29. #define PexShmIPC           NO
  30. #define XmacIIServer        YES
  31. #define XawI18nDefines      -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  32. #if MacHasc89
  33. #define CcCmd c89 -D_POSIX_SOURCE
  34. #else
  35. #define HasVoidSignalReturn NO
  36. #endif
  37. #if OSMajorVersion <= 2
  38. #define ServerExtraDefines  -DSUPPORT_2_0
  39. #endif
  40. #define InstKmemFlags        -g sys -m 2711
  41. #define ExtensionOSDefines  -DXTESTEXT1
  42.  
  43. #if !HasGcc
  44. #define DefaultCCOptions -A 3
  45. #define PexCCOptions -A 4
  46. #endif
  47.  
  48. /*
  49.  * If you wish to override the man page directories, do so here using just
  50.  * one tab between the parameter name (e.g. ManDirectoryRoot) and the
  51.  * value so that cpp doesn't get confused.
  52.  */
  53. #define ManDirectoryRoot    /usr/catman/u_man
  54.