457
+ ��膩��� 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. */
+ ��膩��� 4
+ ��膩��� 5 #ifdef BSD
+ ��膩��� 6 #include "bsd4-3.h"
+ ��膩��� 7
+ ��膩��� 8 #define C_SWITCH_SYSTEM -systype bsd43
+ ��膩��� 9 #define LD_SWITCH_SYSTEM -systype bsd43
+ ��膩��� 10 #define LIBS_SYSTEM -lmld
+ ��膩��� 11 #define LIBS_DEBUG
+ ��膩��� 12 #define START_FILES pre-crt0.o /lib/crt1.o
+ ��膩��� 13 #define LIB_STANDARD -lc /usr/lib/crtn.o
+ ��膩��� 14
+ ��膩��� 15 #define COFF
+ ��膩��� 16 #define TERMINFO
+ ��膩��� 17 #undef MAIL_USE_FLOCK /* Someone should check this. */
+ ��膩��� 18 #undef HAVE_UNION_WAIT
+ ��膩��� 19
+ ��膩��� 20 #else /* not BSD */
+ ��膩��� 21
+ ��膩��� 22 #include "usg5-2-2.h"
+ ��膩��� 23
+ ��膩��� 24 #define LIBS_SYSTEM -lmld
+ ��膩��� 25 #define LIBS_DEBUG
+ ��膩��� 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 */
+ ��膩��� 29
+ ��膩��� 30 #define C_SWITCH_SYSTEM -I/usr/include/bsd
+ ��膩��� 31
+ ��膩��� 32 /* Cancel certain parts of standard sysV support. */
+ ��膩��� 33 #undef NONSYSTEM_DIR_LIBRARY
+ ��膩��� 34 #define SYSV_SYSTEM_DIR
+ ��膩��� 35 #undef static
+ ��膩��� 36
+ ��膩��� 37 /* Don't try to use SIGIO or FIONREAD even though they are defined. */
+ ��膩��� 38 #undef SIGIO
+ ��膩��� 39 #define BROKEN_FIONREAD
+ ��膩��� 40
+ ��膩��� 41 /* Describe special kernel features. */
+ ��膩��� 42
+ ��膩��� 43 #define HAVE_SYSVIPC
+ ��膩��� 44
+ ��膩��� 45 #if defined(emacs)
+ ��膩��� 46 #include <bsd/sys/time.h>
+ ��膩��� 47 #endif
+ ��膩��� 48
8892
+ ��膩��� 49 /* The `select' in the system won't work for pipes,
457
+ ��膩��� 50 so don't use it. */
8892
+ ��膩��� 51 #define BROKEN_SELECT
457
+ ��膩��� 52
+ ��膩��� 53 #define HAVE_DUP2
+ ��膩��� 54 #define HAVE_GETWD
+ ��膩��� 55 #define HAVE_GETTIMEOFDAY
+ ��膩��� 56
+ ��膩��� 57 #define HAVE_PTYS
+ ��膩��� 58 #define HAVE_SOCKETS
+ ��膩��� 59 /* #define BSTRING Supposedly removed. */
+ ��膩��� 60
+ ��膩��� 61 #undef NOMULTIPLEJOBS
+ ��膩��� 62
+ ��膩��� 63 #define CLASH_DETECTION
+ ��膩��� 64
+ ��膩��� 65 #if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
+ ��膩��� 66 #define HAVE_VFORK /* Graciously provided by libX.a */
+ ��膩��� 67 #endif
+ ��膩��� 68
+ ��膩��� 69 #define utimes utime /* Someone should check this. */
+ ��膩��� 70 /* ??? */
+ ��膩��� 71 #define IRIS
+ ��膩��� 72
+ ��膩��� 73 #endif /* not BSD */
+ ��膩��� 74
+ ��膩��� 75 /* High order bit must be stripped off nlist return values */
+ ��膩��� 76 #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff;