annotate src/s/aix4-1.h @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents e45d5e7c476e
children c5d627a313b1
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
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 163
diff changeset
7 #if 0 /* mrb */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #undef LIB_MOTIF
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
10 #define LIB_MOTIF "-lXm -li18n"
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 163
diff changeset
11 #endif /* mrb */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #undef _NO_PROTO
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 /* 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
18 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
19 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 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
23 What a mess! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #undef C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #undef C_OPTIMIZE_SWITCH
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
27 #define C_DEBUG_SWITCH "-g"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 /* The X internationalization stuff is still broken in AIX 4.1, so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 don't #undef X11R5_INHIBIT_I18N
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 It still causes shift, ctrl, and alt to resend the last character,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 if it was a control character like tab, enter, backspace, or ESC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 Bill_Mann @ PraxisInt.com */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 /* #undef X11R5_INHIBIT_I18N */