Mercurial > emacs
annotate src/s/aix3-2.h @ 3759:036367460955
* sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
disables the meta key.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 16 Jun 1993 20:02:58 +0000 |
parents | a472a3956b2a |
children | 2cc554082ffc |
rev | line source |
---|---|
1898 | 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 | |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
9 #ifndef __GNUC__ |
1898 | 10 #define C_SWITCH_SYSTEM -ma |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
11 #endif |
1898 | 12 #define HAVE_ALLOCA |
13 #undef rindex | |
14 #undef index | |
2280
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
15 |
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
16 #define HAVE_FSYNC |
2470
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
17 |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
18 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
19 3.2, and a cc-compiled Emacs works with this undefined. |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
20 --karl@cs.umb.edu. */ |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
21 #undef SYSTEM_MALLOC |