diff options
Diffstat (limited to 'src/s')
| -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 | ||