1 /* Synched up with: FSF 19.31. */
3 /* Definitions file for GNU Emacs running on Mips operating system.
4 That system can emulate either BSD or Sys V, in either case with changes.
5 If BSD is defined, we assume BSD is being emulated; otherwise, Sys V. */
10 #define C_SWITCH_SYSTEM "-systype bsd43"
11 #define LD_SWITCH_SYSTEM "-systype bsd43"
14 #define START_FILES "pre-crt0.o /lib/crt1.o"
15 #define LIB_STANDARD "-lc /usr/lib/crtn.o"
19 #undef MAIL_USE_FLOCK /* Someone should check this. */
23 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */
28 #define START_FILES "pre-crt0.o /usr/lib/crt1.o"
29 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o"
30 /* #define LIBS_TERMCAP -lcurses */
32 #define C_SWITCH_SYSTEM "-I/usr/include/bsd"
34 /* Don't try to use SIGIO even though it is defined. */
37 /* Describe special kernel features. */
40 #include <bsd/sys/time.h>
43 /* The `select' in the system won't work for pipes,
54 /* High order bit must be stripped off nlist return values */
55 #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff;