(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
[bpt/emacs.git] / src / s / aix4-1.h
1 #define AIX4_1
2
3 #include "aix4.h"
4
5 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
6 #undef LIB_MOTIF
7 #define LIB_MOTIF -lXm -li18n
8
9 #ifdef __GNUC__
10 #undef _NO_PROTO
11 #endif
12
13 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
14 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
17 #ifndef __GNUC__
18 #undef C_DEBUG_SWITCH
19 #undef C_OPTIMIZE_SWITCH
20 #define C_DEBUG_SWITCH -g
21 #endif
22
23 /* X internationalization stuff is still not working in AIX 4.1. */
24 /* #undef X11R5_INHIBIT_I18N */
25
26 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says this is necessary
27 because of noncontiguous allocation. */
28 #undef REL_ALLOC