diff options
Diffstat (limited to 'src')
| -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 @@ | |||
| 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 | ||