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