49600
|
1 #define AIX4_1
|
10151
|
2
|
|
3 #include "aix4.h"
|
10212
|
4
|
12414
|
5 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
|
14187
|
6 #undef LIB_MOTIF
|
12414
|
7 #define LIB_MOTIF -lXm -li18n
|
12462
|
8
|
12902
|
9 #ifdef __GNUC__
|
|
10 #undef _NO_PROTO
|
|
11 #endif
|
14187
|
12
|
14619
|
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. */
|
14833
|
17 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
|
|
18 on the version of XLC, which can't be predicted from the system version.
|
|
19 What a mess! */
|
25339
|
20 /* No more of a mess than other systems, GNU+GCC included. See
|
|
21 comments in aix3-2-5.h. -- fx */
|
|
22 #if 0
|
14619
|
23 #ifndef __GNUC__
|
|
24 #undef C_DEBUG_SWITCH
|
|
25 #undef C_OPTIMIZE_SWITCH
|
|
26 #define C_DEBUG_SWITCH -g
|
|
27 #endif
|
25339
|
28 #endif
|
14619
|
29
|
14744
|
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 */
|
14619
|
35 /* #undef X11R5_INHIBIT_I18N */
|
20012
|
36
|
|
37 #ifndef HAVE_LIBXMU
|
|
38 #define LIBXMU
|
|
39
|
|
40 /* Unfortunately without libXmu we cannot support EditRes. */
|
|
41 #define NO_EDITRES
|
|
42 #endif
|
52401
|
43
|
|
44 /* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e
|
|
45 (do not change this comment) */
|