mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Initial revision
This commit is contained in:
parent
b34429f8ea
commit
35a37ee74e
1 changed files with 12 additions and 0 deletions
12
src/s/aix3-2.h
Normal file
12
src/s/aix3-2.h
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue