30 lines
686 B
CFEngine3
30 lines
686 B
CFEngine3
XCOMM platform: $XConsortium: bsd.cf /main/24 1996/09/28 16:09:13 rws $
|
|
|
|
#ifndef OSName
|
|
#define OSName 4.3bsd
|
|
#endif
|
|
XCOMM operating system: OSName
|
|
#ifndef OSMajorVersion
|
|
#define OSMajorVersion 4
|
|
#endif
|
|
#ifndef OSMinorVersion
|
|
#define OSMinorVersion 3
|
|
#endif
|
|
|
|
#define BootstrapCFlags -DNOSTDHDRS
|
|
#define StandardDefines -DNOSTDHDRS -DCSRG_BASED
|
|
#define HasVoidSignalReturn NO
|
|
#define HasBsearch NO
|
|
#define DirFailPrefix -
|
|
#define AvoidNullMakeCommand YES
|
|
|
|
#define BuildServer NO
|
|
|
|
#ifdef VaxArchitecture
|
|
#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */
|
|
#endif
|
|
|
|
#if OSMajorVersion >= 4 && OSMinorVersion >= 3
|
|
#define SetTtyGroup YES
|
|
#endif
|