view src/s/aix3-2-5.h @ 2715:980ce20b8504

[xemacs-hg @ 2005-04-06 20:12:46 by ben] Fix up internals authorship section internals/internals.texi: Copy authorship section from FAQ and comment out old info, which is quite out of date and full of typos.
author ben
date Wed, 06 Apr 2005 20:12:55 +0000
parents 3ecd8885ac67
children
line wrap: on
line source

/* 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

#define MAIL_USE_LOCKF

/* XEmacs: from dkeller@VNET.IBM.COM */
#define BROKEN_SIGIO