Mercurial > hg > xemacs-beta
comparison src/s/umips.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 43dd3413c7c7 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
5 If BSD is defined, we assume BSD is being emulated; otherwise, Sys V. */ | 5 If BSD is defined, we assume BSD is being emulated; otherwise, Sys V. */ |
6 | 6 |
7 #ifdef BSD | 7 #ifdef BSD |
8 #include "bsd4-3.h" | 8 #include "bsd4-3.h" |
9 | 9 |
10 #define C_SWITCH_SYSTEM -systype bsd43 | 10 #define C_SWITCH_SYSTEM "-systype bsd43" |
11 #define LD_SWITCH_SYSTEM -systype bsd43 | 11 #define LD_SWITCH_SYSTEM "-systype bsd43" |
12 #define LIBS_SYSTEM -lmld | 12 #define LIBS_SYSTEM "-lmld" |
13 #define LIBS_DEBUG | 13 #define LIBS_DEBUG |
14 #define START_FILES pre-crt0.o /lib/crt1.o | 14 #define START_FILES "pre-crt0.o /lib/crt1.o" |
15 #define LIB_STANDARD -lc /usr/lib/crtn.o | 15 #define LIB_STANDARD "-lc /usr/lib/crtn.o" |
16 | 16 |
17 #define COFF | 17 #define COFF |
18 #define TERMINFO | 18 #define TERMINFO |
19 #undef MAIL_USE_FLOCK /* Someone should check this. */ | 19 #undef MAIL_USE_FLOCK /* Someone should check this. */ |
20 | 20 |
21 #else /* not BSD */ | 21 #else /* not BSD */ |
22 | 22 |
23 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ | 23 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ |
24 #include "usg5-2-2.h" | 24 #include "usg5-2-2.h" |
25 | 25 |
26 #define LIBS_SYSTEM -lmld | 26 #define LIBS_SYSTEM "-lmld" |
27 #define LIBS_DEBUG | 27 #define LIBS_DEBUG |
28 #define START_FILES pre-crt0.o /usr/lib/crt1.o | 28 #define START_FILES "pre-crt0.o /usr/lib/crt1.o" |
29 #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o | 29 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" |
30 /* #define LIBS_TERMCAP -lcurses */ | 30 /* #define LIBS_TERMCAP -lcurses */ |
31 | 31 |
32 #define C_SWITCH_SYSTEM -I/usr/include/bsd | 32 #define C_SWITCH_SYSTEM "-I/usr/include/bsd" |
33 | 33 |
34 /* Don't try to use SIGIO even though it is defined. */ | 34 /* Don't try to use SIGIO even though it is defined. */ |
35 #define BROKEN_SIGIO | 35 #define BROKEN_SIGIO |
36 | 36 |
37 /* Describe special kernel features. */ | 37 /* Describe special kernel features. */ |