Mercurial > emacs
annotate src/s/aix3-2.h @ 2522:c93900809245
(rot13-other-window): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Apr 1993 07:49:31 +0000 |
parents | 6643737d26ae |
children | ec142b6ddb34 |
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 | |
9 #define C_SWITCH_SYSTEM -ma | |
10 #define HAVE_ALLOCA | |
11 #undef rindex | |
12 #undef index | |
2280
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
13 |
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
14 #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
|
15 |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
16 /* 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
|
17 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
|
18 --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
|
19 #undef SYSTEM_MALLOC |