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

  1. XCOMM platform:  $XConsortium: sony.cf,v 1.36.1.1 92/11/11 09:52:20 rws Exp $
  2.  
  3. #ifdef SonyBsdArchitecture
  4.  
  5. #define OSName                  NEWS-OS 4.1
  6. #define OSMajorVersion          4
  7. #define OSMinorVersion          1
  8. #define SetTtyGroup             YES
  9. #define HasVoidSignalReturn     NO
  10. #define HasNdbm                 YES
  11. #define DirFailPrefix -
  12. #define InstKmemFlags        -g sys -m 2755
  13. #define DefaultUserPath :/bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/sony/bin:
  14. #define DefaultSystemPath /etc:/usr/etc:/bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/sony/bin:
  15. #ifdef MipsArchitecture
  16. #define ExtraLibraries        -lmld
  17. #define LintOpts        -ax
  18. #define LintLibFlag        -o
  19. #define DefaultCCOptions    -Wf,-XNh2000,-XNd6000,-XNp10000 -Olimit 2000
  20. #define PexCCOptions        -Wf,-XNh2000,-XNd15000,-XNp15000 -Olimit 2000
  21. #else
  22. #define HasFortran        YES
  23. #endif
  24. #if OSMajorVersion >= 4
  25. #define HasShm            YES
  26. #define HasPutenv        YES
  27. #define HasSecureRPC        YES
  28. #define XdmDir            /etc/xdm
  29. #if OSMinorVersion >= 1
  30. #define HasBsearch        YES
  31. #else
  32. #define HasBsearch        NO
  33. #endif
  34. #else
  35. #define StandardDefines        -DNOSTDHDRS
  36. #define HasBsearch        NO
  37. #endif
  38.  
  39. #else
  40.  
  41. #define OSName            NEWS-OS 5.0U
  42. #define OSMajorVersion        5
  43. #define OSMinorVersion        0
  44. #define BootstrapCFlags        -Dsony
  45. #define SystemV4        YES
  46. #define CcCmd            /usr/bin/cc
  47. #define HasSockets        YES
  48. #define DefaultCCOptions    -Wf,-XNp8000,-XNd6000
  49. #define PexCCOptions        -Wf,-XNp15000,-XNd15000
  50.  
  51. #endif
  52. XCOMM operating system:  OSName
  53.  
  54. #define BuildServer             NO
  55. #define BuildXimp        YES
  56.