1 /* Definitions file for GNU Emacs running on Mips operating system.
2 That system can emulate either BSD or Sys V, in either case with changes.
3 If BSD is defined, we assume BSD is being emulated; otherwise, Sys V. */
8 #define C_SWITCH_SYSTEM -systype bsd43
9 #define LD_SWITCH_SYSTEM -systype bsd43
10 #define LIBS_SYSTEM -lmld
12 #define START_FILES pre-crt0.o /lib/crt1.o
13 #define LIB_STANDARD -lc /usr/lib/crtn.o
17 #undef MAIL_USE_FLOCK /* Someone should check this. */
18 #undef HAVE_UNION_WAIT
24 #define LIBS_SYSTEM -lmld
26 #define START_FILES pre-crt0.o /usr/lib/crt1.o
27 #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o
28 /* #define LIBS_TERMCAP -lcurses */
30 #define C_SWITCH_SYSTEM -I/usr/include/bsd
32 /* Cancel certain parts of standard sysV support. */
33 #undef NONSYSTEM_DIR_LIBRARY
34 #define SYSV_SYSTEM_DIR
37 /* Don't try to use SIGIO or FIONREAD even though they are defined. */
39 #define BROKEN_FIONREAD
41 /* Describe special kernel features. */
46 #include <bsd/sys/time.h>
49 /* The `select' in the system won't work for pipes,
55 #define HAVE_GETTIMEOFDAY
59 /* #define BSTRING Supposedly removed. */
63 #define CLASH_DETECTION
65 #if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
66 #define HAVE_VFORK /* Graciously provided by libX.a */
69 #define utimes utime /* Someone should check this. */
75 /* High order bit must be stripped off nlist return values */
76 #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff;