Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
29
cde/config/cf/bsd.cf
Normal file
29
cde/config/cf/bsd.cf
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user