annotate src/s/aix4-1.h @ 22:8fc7fe29b841 r19-15b94

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