diff options
| author | Richard M. Stallman | 1998-04-28 22:58:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-28 22:58:20 +0000 |
| commit | 7acceb4aaf5debb95df8bb1e7d52642e42f75b0b (patch) | |
| tree | 0897f9a99040509d45362646f005d321ea87bb32 /src | |
| parent | 12411c24ba51378bd95e716969a125169f1ad350 (diff) | |
| download | emacs-7acceb4aaf5debb95df8bb1e7d52642e42f75b0b.tar.gz emacs-7acceb4aaf5debb95df8bb1e7d52642e42f75b0b.zip | |
(HAVE_STRING_H): Add #undef.
(HAVE_WAIT_HEADER): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix4.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/aix4.h b/src/s/aix4.h index ae55ae3b317..9f04d5aa25c 100644 --- a/src/s/aix4.h +++ b/src/s/aix4.h | |||
| @@ -4,3 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | /* AIX 4 does not have HFT any more. */ | 5 | /* AIX 4 does not have HFT any more. */ |
| 6 | #undef AIXHFT | 6 | #undef AIXHFT |
| 7 | |||
| 8 | /* string.h defines rindex as a macro, at least with native cc, so we | ||
| 9 | lose declaring char * rindex without this. | ||
| 10 | It is just a guess which versions of AIX need this definition. */ | ||
| 11 | #undef HAVE_STRING_H | ||
| 12 | |||
| 13 | /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. | ||
| 14 | It is just a guess which versions of AIX need this definition. */ | ||
| 15 | #define HAVE_WAIT_HEADER | ||