comparison src/s/aix4-1.h @ 0:376386a54a3c r19-14

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