* emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and
[bpt/emacs.git] / src / s / aix3-2.h
CommitLineData
35a37ee7
JB
1/* s- file for building Emacs on AIX 3.2. */
2
3#include "aix3-1.h"
4
5/* No need to define this--the header files indicate X11R4,
6 and that's supposedly what 3.2 will come with. */
7#undef SPECIFY_X11R4
8
9#define C_SWITCH_SYSTEM -ma
10#define HAVE_ALLOCA
11#undef rindex
12#undef index
6e23c83e
JB
13
14#define HAVE_FSYNC
9ffaad2e
JB
15
16/* With this defined, a gcc-compiled Emacs crashed in realloc under AIX
17 3.2, and a cc-compiled Emacs works with this undefined.
18 --karl@cs.umb.edu. */
19#undef SYSTEM_MALLOC