Mercurial > hg > xemacs-beta
comparison src/s/aix4-1.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
4 | 4 |
5 #include "aix4.h" | 5 #include "aix4.h" |
6 | 6 |
7 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ | 7 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ |
8 #undef LIB_MOTIF | 8 #undef LIB_MOTIF |
9 #define LIB_MOTIF -lXm -li18n | 9 #define LIB_MOTIF "-lXm -li18n" |
10 | 10 |
11 #ifdef __GNUC__ | 11 #ifdef __GNUC__ |
12 #undef _NO_PROTO | 12 #undef _NO_PROTO |
13 #endif | 13 #endif |
14 | 14 |
20 on the version of XLC, which can't be predicted from the system version. | 20 on the version of XLC, which can't be predicted from the system version. |
21 What a mess! */ | 21 What a mess! */ |
22 #ifndef __GNUC__ | 22 #ifndef __GNUC__ |
23 #undef C_DEBUG_SWITCH | 23 #undef C_DEBUG_SWITCH |
24 #undef C_OPTIMIZE_SWITCH | 24 #undef C_OPTIMIZE_SWITCH |
25 #define C_DEBUG_SWITCH -g | 25 #define C_DEBUG_SWITCH "-g" |
26 #endif | 26 #endif |
27 | 27 |
28 /* The X internationalization stuff is still broken in AIX 4.1, so | 28 /* The X internationalization stuff is still broken in AIX 4.1, so |
29 don't #undef X11R5_INHIBIT_I18N | 29 don't #undef X11R5_INHIBIT_I18N |
30 It still causes shift, ctrl, and alt to resend the last character, | 30 It still causes shift, ctrl, and alt to resend the last character, |