Mercurial > hg > xemacs-beta
diff src/s/aix3-2-5.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/aix3-2-5.h Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,27 @@ +/* s- file for building Emacs on AIX 3.2.5. */ + +/* Synched up with: FSF 19.31. */ + +#include "aix3-2.h" + +/* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" + because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because + "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ +#ifndef __GNUC__ +#undef C_DEBUG_SWITCH +#undef C_OPTIMIZE_SWITCH +#define C_DEBUG_SWITCH +#define C_OPTIMIZE_SWITCH -O +#endif + +/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ +#define SIGNALS_VIA_CHARACTERS +#define MAIL_USE_LOCKF +#define CLASH_DETECTION + +/* XEmacs: from dkeller@VNET.IBM.COM */ +#define BROKEN_SIGIO + +/* Bill Woodward <wpwood@austin.ibm.com> says: + libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ +#define LIB_MOTIF -lIM -lXm