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