Comment change.
[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 /* The X internationalization stuff is still broken in AIX 4.1, so
24 don't #undef X11R5_INHIBIT_I18N
25 It still causes shift, ctrl, and alt to resend the last character,
26 if it was a control character like tab, enter, backspace, or ESC.
27 Bill_Mann @ PraxisInt.com */
28 /* #undef X11R5_INHIBIT_I18N */