Revision 12415,
879 bytes
checked in by ghudson, 26 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r12414,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | XCOMM platform: $XConsortium: bsd.cf,v 1.18 91/07/30 12:10:52 rws Exp $ |
---|
2 | |
---|
3 | #define OSName 4.3bsd |
---|
4 | XCOMM operating system: OSName |
---|
5 | #define OSMajorVersion 4 |
---|
6 | #define OSMinorVersion 3 |
---|
7 | |
---|
8 | #define BootstrapCFlags -DNOSTDHDRS |
---|
9 | #define StandardDefines -DNOSTDHDRS |
---|
10 | #define HasVoidSignalReturn NO |
---|
11 | #define HasBsearch NO |
---|
12 | #define DirFailPrefix - |
---|
13 | #define AvoidNullMakeCommand YES |
---|
14 | |
---|
15 | #ifdef VaxArchitecture |
---|
16 | #define XqdssServer YES |
---|
17 | #define XqvssServer YES |
---|
18 | #if HasGcc |
---|
19 | #define BuildPexExt XqdssServer |
---|
20 | #else |
---|
21 | #define BuildPex NO /* compiler runs out of table space */ |
---|
22 | #define BuildXInputLib NO /* compiler runs out of table space */ |
---|
23 | #endif |
---|
24 | #define HasSaberC YES |
---|
25 | #else |
---|
26 | #define BuildServer NO |
---|
27 | #endif |
---|
28 | |
---|
29 | #ifdef VaxArchitecture |
---|
30 | #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ |
---|
31 | #endif |
---|
32 | |
---|
33 | #if OSMajorVersion >= 4 && OSMinorVersion >= 3 |
---|
34 | #define SetTtyGroup YES |
---|
35 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.