Mercurial > hg > xemacs-beta
comparison src/s/aix3-2-5.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 | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
9 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ | 9 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
10 #ifndef __GNUC__ | 10 #ifndef __GNUC__ |
11 #undef C_DEBUG_SWITCH | 11 #undef C_DEBUG_SWITCH |
12 #undef C_OPTIMIZE_SWITCH | 12 #undef C_OPTIMIZE_SWITCH |
13 #define C_DEBUG_SWITCH | 13 #define C_DEBUG_SWITCH |
14 #define C_OPTIMIZE_SWITCH -O | 14 #define C_OPTIMIZE_SWITCH "-O" |
15 #endif | 15 #endif |
16 | 16 |
17 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ | 17 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ |
18 #define SIGNALS_VIA_CHARACTERS | 18 #define SIGNALS_VIA_CHARACTERS |
19 #define MAIL_USE_LOCKF | 19 #define MAIL_USE_LOCKF |
22 /* XEmacs: from dkeller@VNET.IBM.COM */ | 22 /* XEmacs: from dkeller@VNET.IBM.COM */ |
23 #define BROKEN_SIGIO | 23 #define BROKEN_SIGIO |
24 | 24 |
25 /* Bill Woodward <wpwood@austin.ibm.com> says: | 25 /* Bill Woodward <wpwood@austin.ibm.com> says: |
26 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ | 26 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ |
27 #define LIB_MOTIF -lIM -lXm | 27 #define LIB_MOTIF "-lIM -lXm" |