comparison src/m/pmax.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 43dd3413c7c7
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
17 #undef COFF 17 #undef COFF
18 #undef TERMINFO 18 #undef TERMINFO
19 #define MAIL_USE_FLOCK 19 #define MAIL_USE_FLOCK
20 20
21 #ifdef MACH 21 #ifdef MACH
22 #define START_FILES pre-crt0.o /usr/lib/crt0.o 22 #define START_FILES "pre-crt0.o /usr/lib/crt0.o"
23 #else 23 #else
24 /* This line starts being needed with ultrix 4.0. */ 24 /* This line starts being needed with ultrix 4.0. */
25 /* You must delete it for version 3.1. */ 25 /* You must delete it for version 3.1. */
26 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o 26 #define START_FILES "pre-crt0.o /usr/lib/cmplrs/cc/crt0.o"
27 #endif 27 #endif
28 28
29 /* Supposedly the following will overcome a kernel bug. */ 29 /* Supposedly the following will overcome a kernel bug. */
30 #undef LD_SWITCH_MACHINE 30 #undef LD_SWITCH_MACHINE
31 #undef DATA_START 31 #undef DATA_START
54 #define HAVE_ALLOCA 54 #define HAVE_ALLOCA
55 #endif 55 #endif
56 56
57 /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ 57 /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */
58 #ifdef HAVE_LIBDNET 58 #ifdef HAVE_LIBDNET
59 #define LIBS_MACHINE -ldnet 59 #define LIBS_MACHINE "-ldnet"
60 #endif 60 #endif
61 61
62 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ 62 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */
63 #undef KERNEL_FILE 63 #undef KERNEL_FILE
64 #define KERNEL_FILE "/vmunix" 64 #define KERNEL_FILE "/vmunix"
87 /* Addendum: the MIT X11 distribution neglects to define certain symbols 87 /* Addendum: the MIT X11 distribution neglects to define certain symbols
88 when NeedFunctionPrototypes is 0, but still tries to use them when 88 when NeedFunctionPrototypes is 0, but still tries to use them when
89 NeedVarargsPrototypes is 1 (which is its default value). So if we're 89 NeedVarargsPrototypes is 1 (which is its default value). So if we're
90 going to disable non-variadic prototypes, we also need to disable 90 going to disable non-variadic prototypes, we also need to disable
91 variadic prototypes. --kwzh@gnu.ai.mit.edu */ 91 variadic prototypes. --kwzh@gnu.ai.mit.edu */
92 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0 92 #define C_SWITCH_X_MACHINE "-DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0"
93 #endif 93 #endif
94 94
95 /* XEmacs: the following does nothing at all any more due to cleanup 95 /* XEmacs: the following does nothing at all any more due to cleanup
96 of the create_process() code. */ 96 of the create_process() code. */
97 97