1 /* s- file for building Emacs on AIX 3.2.5. */
3 /* Synched up with: FSF 19.31. */
7 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
8 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
9 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */
12 #undef C_OPTIMIZE_SWITCH
13 #define C_DEBUG_SWITCH
14 #define C_OPTIMIZE_SWITCH "-O"
17 #define MAIL_USE_LOCKF
19 /* XEmacs: from dkeller@VNET.IBM.COM */