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

  1. XCOMM platform:  $XConsortium: hp.cf,v 1.48 91/12/18 09:43:08 rws Exp $
  2.  
  3. #define OSName                 HP-UX 7.0
  4. XCOMM operating system:  OSName
  5. #define OSMajorVersion         7
  6. #define OSMinorVersion         0
  7.  
  8. #define SystemV                YES
  9. #define Malloc0ReturnsNull     YES
  10. #ifdef hp9000s800
  11. #define OptimizedCDebugFlags   +O1
  12. #else
  13. #define DefaultCCOptions       -Wc,-Nd4000,-Ns4100,-Ne700,-Np200,-Nw300
  14. #define PexCCOptions           -Wp,-H150000 -Wc,-Nd4000,-Ns8100,-Ne700,-Np200
  15. #define PexShmIPC              NO
  16. #define LintOpts               -ax -Nd4000 -Ns8000 -Ne700 -Np200 -Na25000
  17. #endif
  18. #define LnCmd                  ln -s
  19. #define MvCmd                  mv -f
  20. #define ExecableScripts        YES
  21. #define HasSockets             YES
  22. #define HasVFork               YES
  23. #define RemoveTargetProgramByMoving YES
  24. #define ExpandManNames         YES
  25.  
  26. #define BuildServer            NO
  27. #define NeedBerklib            BuildServer
  28.  
  29. #if OSMajorVersion < 6 || (OSMajorVersion == 6 && OSMinorVersion < 2)
  30. #define ConnectionFlags        -DTCPCONN    /* no unix sockets */
  31. #endif
  32.