Mercurial > emacs
annotate src/s/aix4.h @ 22311:599c0971ae49
(Finsert_file_contents): Fix char signedness mismatches.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 03:32:52 +0000 |
parents | 1b16bcd671d3 |
children | 7fd705a45589 |
rev | line source |
---|---|
12637
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
1 #define AIX4 |
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
2 |
12901
e4af0796bf50
Include aix3-2-5.h, not aix3-2.h.
Richard M. Stallman <rms@gnu.org>
parents:
12637
diff
changeset
|
3 #include "aix3-2-5.h" |
10052 | 4 |
5 /* AIX 4 does not have HFT any more. */ | |
6 #undef AIXHFT | |
21813
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
7 |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
8 /* string.h defines rindex as a macro, at least with native cc, so we |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
9 lose declaring char * rindex without this. |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
10 It is just a guess which versions of AIX need this definition. */ |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
11 #undef HAVE_STRING_H |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
12 |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
13 /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
14 It is just a guess which versions of AIX need this definition. */ |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
15 #define HAVE_WAIT_HEADER |