comparison src/m/pmax.h @ 1113:0ffcf74fb8ad

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 11:44:06 +0000
parents c0335c02f1d7
children 689f1697d285
comparison
equal deleted inserted replaced
1112:1dba066c1e0a 1113:0ffcf74fb8ad
1 /* Machine description file for DEC MIPS machines. */
2
1 #include "mips.h" 3 #include "mips.h"
2 4
3 /* The following line tells the configuration script what sort of 5 /* The following line tells the configuration script what sort of
4 operating system this machine is likely to run. 6 operating system this machine is likely to run.
5 USUAL-OPSYS="bsd4-2" */ 7 USUAL-OPSYS="note"
8
9 NOTE-START
10 Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise.
11 NOTE-END */
6 12
7 #undef BIG_ENDIAN 13 #undef BIG_ENDIAN
8 #define LIBS_DEBUG 14 #undef LIB_STANDARD
15 #undef START_FILES
16 #undef COFF
17 #undef TERMINFO
18 #define MAIL_USE_FLOCK
19 #define HAVE_UNION_WAIT
9 20
10 /* This line starts being needed with ultrix 4.0. */ 21 /* This line starts being needed with ultrix 4.0. */
11 /* You may need to delete it on version 3.1. */ 22 /* You must delete it for version 3.1. */
12 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o 23 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
13 24
14 /* Supposedly the following will overcome a kernel bug. */ 25 /* Supposedly the following will overcome a kernel bug. */
15 #undef LD_SWITCH_MACHINE 26 #undef LD_SWITCH_MACHINE
16 #undef DATA_START 27 #undef DATA_START
18 #define DATA_SEG_BITS 0x10000000 29 #define DATA_SEG_BITS 0x10000000
19 30
20 /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist 31 /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
21 on defining malloc itself. This should avoid conflicting with it. */ 32 on defining malloc itself. This should avoid conflicting with it. */
22 #define SYSTEM_MALLOC 33 #define SYSTEM_MALLOC
34
35 /* Override what m-mips.h says about this. */
36 #undef LINKER
37
38 /* Ultrix 4.2 (perhaps also 4.1) implements O_NONBLOCK
39 but it doesn't work right;
40 and it causes hanging in read_process_output. */
41 #define BROKEN_O_NONBLOCK
42
43 #ifdef OSF1
44 #undef C_ALLOCA
45 #define HAVE_ALLOCA
46 #endif