0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 #define AIX4_1
|
|
4
|
|
5 #include "aix4.h"
|
|
6
|
207
|
7 #if 0 /* mrb */
|
0
|
8 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
|
|
9 #undef LIB_MOTIF
|
163
|
10 #define LIB_MOTIF "-lXm -li18n"
|
207
|
11 #endif /* mrb */
|
0
|
12
|
|
13 #ifdef __GNUC__
|
|
14 #undef _NO_PROTO
|
|
15 #endif
|
|
16
|
|
17 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
|
|
18 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
|
|
19 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
|
|
20 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
|
|
21 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
|
|
22 on the version of XLC, which can't be predicted from the system version.
|
|
23 What a mess! */
|
|
24 #ifndef __GNUC__
|
|
25 #undef C_DEBUG_SWITCH
|
|
26 #undef C_OPTIMIZE_SWITCH
|
163
|
27 #define C_DEBUG_SWITCH "-g"
|
0
|
28 #endif
|
|
29
|
|
30 /* The X internationalization stuff is still broken in AIX 4.1, so
|
|
31 don't #undef X11R5_INHIBIT_I18N
|
|
32 It still causes shift, ctrl, and alt to resend the last character,
|
|
33 if it was a control character like tab, enter, backspace, or ESC.
|
|
34 Bill_Mann @ PraxisInt.com */
|
|
35 /* #undef X11R5_INHIBIT_I18N */
|