view src/s/aix3-2-5.h @ 3649:60b01bffb67f

[xemacs-hg @ 2006-11-01 20:41:09 by adrian] xemacs-21.5-clean: Stylistic change to TUTORIAL.de -------------------- ChangeLog entries follow: -------------------- etc/ChangeLog addition: 2006-10-08 Adrian Aichner <adrian@xemacs.org> * TUTORIAL.de: Small rephrasing as suggested by hroptatyr on #xemacs.
author adrian
date Wed, 01 Nov 2006 20:41:09 +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