Revision 12415,
1018 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: macII.cf,v 1.40 91/09/10 09:02:30 rws Exp $ |
---|
2 | |
---|
3 | #define OSName A/UX 2.0.1 |
---|
4 | #define OSMajorVersion 2 |
---|
5 | #define OSMinorVersion 0 |
---|
6 | XCOMM operating system: OSName |
---|
7 | |
---|
8 | #if HasGcc |
---|
9 | #define BootstrapCFlags -DmacII |
---|
10 | #endif |
---|
11 | #define SystemV YES |
---|
12 | #define NeedBerklib YES |
---|
13 | #define ExtraLibraries $(XBSDLIB) -lposix |
---|
14 | #define Malloc0ReturnsNull YES |
---|
15 | #define StandardDefines -DmacII -DSYSV |
---|
16 | #define LnCmd ln -s |
---|
17 | #define ExecableScripts NO |
---|
18 | #define RemoveTargetProgramByMoving YES |
---|
19 | #define ExpandManNames YES |
---|
20 | #define HasSockets YES |
---|
21 | #define PexShmIPC NO |
---|
22 | #define HasVoidSignalReturn NO |
---|
23 | #define XmacIIServer YES |
---|
24 | |
---|
25 | #if !HasGcc |
---|
26 | #define DefaultCCOptions -A 3 |
---|
27 | #define PexCCOptions -A 4 |
---|
28 | #endif |
---|
29 | |
---|
30 | /* |
---|
31 | * If you wish to override the man page directories, do so here using just |
---|
32 | * one tab between the parameter name (e.g. ManDirectoryRoot) and the |
---|
33 | * value so that cpp doesn't get confused. |
---|
34 | */ |
---|
35 | #define ManDirectoryRoot /usr/catman/u_man |
---|
Note: See
TracBrowser
for help on using the repository browser.