comparison src/m/pmax.h @ 90370:e3bacb89536a

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 157-163) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 58-61) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 19 Mar 2006 19:43:57 +0000
parents 68c22ea6027c ca4e0ee2a8f8
children dd7c098af727
comparison
equal deleted inserted replaced
90369:88810aee3a45 90370:e3bacb89536a
11 NOTE-END */ 11 NOTE-END */
12 12
13 #ifndef __MIPSEB__ 13 #ifndef __MIPSEB__
14 #undef WORDS_BIG_ENDIAN 14 #undef WORDS_BIG_ENDIAN
15 #endif 15 #endif
16 #if defined (__NetBSD__)
17 #define BROKEN_NOCOMBRELOC
18 #else
16 #undef LIB_STANDARD 19 #undef LIB_STANDARD
17 #undef START_FILES 20 #undef START_FILES
21 #endif
18 #undef COFF 22 #undef COFF
19 #undef TERMINFO 23 #undef TERMINFO
20 #define MAIL_USE_FLOCK 24 #define MAIL_USE_FLOCK
21 #define HAVE_UNION_WAIT 25 #define HAVE_UNION_WAIT
22 26
23 27
24 #ifdef MACH 28 #ifdef MACH
25 #define START_FILES pre-crt0.o /usr/lib/crt0.o 29 #define START_FILES pre-crt0.o /usr/lib/crt0.o
26 #else 30 #else
31 #if !defined (__NetBSD__)
27 /* This line starts being needed with ultrix 4.0. */ 32 /* This line starts being needed with ultrix 4.0. */
28 /* You must delete it for version 3.1. */ 33 /* You must delete it for version 3.1. */
29 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o 34 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
30 #endif 35 #endif
31 36 #endif
32 #if defined (__NetBSD__) || defined (__OpenBSD__)
33 #undef START_FILES
34 #define START_FILES pre-crt0.o /usr/lib/crt0.o
35 #undef RUN_TIME_REMAP
36 #undef UNEXEC
37 #define UNEXEC unexelf.o
38 #endif /* NetBSD || OpenBSD */
39 37
40 /* Supposedly the following will overcome a kernel bug. */ 38 /* Supposedly the following will overcome a kernel bug. */
41 #undef LD_SWITCH_MACHINE 39 #undef LD_SWITCH_MACHINE
42 #undef DATA_START 40 #undef DATA_START
43 #define DATA_START 0x10000000 41 #define DATA_START 0x10000000