diff options
Diffstat (limited to 'src/s/aix3-2.h')
-rw-r--r-- | src/s/aix3-2.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h new file mode 100644 index 00000000000..72ad697e03e --- /dev/null +++ b/src/s/aix3-2.h @@ -0,0 +1,12 @@ +/* s- file for building Emacs on AIX 3.2. */ + +#include "aix3-1.h" + +/* No need to define this--the header files indicate X11R4, + and that's supposedly what 3.2 will come with. */ +#undef SPECIFY_X11R4 + +#define C_SWITCH_SYSTEM -ma +#define HAVE_ALLOCA +#undef rindex +#undef index |