diff options
| author | Jim Blandy | 1993-02-22 06:38:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 06:38:45 +0000 |
| commit | 35a37ee74e646f11215f980b0b2d531455cfbfac (patch) | |
| tree | 9d798670f5a8c03fcec9de3cc3d50c2940ecca63 /src | |
| parent | b34429f8eaa7dbaf0798b8dd2b9d6d1c4d0d0e3d (diff) | |
| download | emacs-35a37ee74e646f11215f980b0b2d531455cfbfac.tar.gz emacs-35a37ee74e646f11215f980b0b2d531455cfbfac.zip | |
Initial revision
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 | ||