]> code.delx.au - gnu-emacs/blob - src/s/aix3-2.h
Changes for Silicon Graphics Iris 5D.
[gnu-emacs] / src / s / aix3-2.h
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
13
14 #define HAVE_FSYNC
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