annotate src/s/aix3-2-5.h @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents c5d627a313b1
children
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 /* s- file for building Emacs on AIX 3.2.5. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 /* Synched up with: FSF 19.31. */
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 "aix3-2.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 /* 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
8 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
9 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #undef C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #undef C_OPTIMIZE_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #define C_DEBUG_SWITCH
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
14 #define C_OPTIMIZE_SWITCH "-O"
0
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 #define MAIL_USE_LOCKF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 /* XEmacs: from dkeller@VNET.IBM.COM */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #define BROKEN_SIGIO