changeset 21813:1b16bcd671d3

(HAVE_STRING_H): Add #undef. (HAVE_WAIT_HEADER): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Apr 1998 22:58:20 +0000
parents 2ce6f0e5425b
children 852655b4c6f9
files src/s/aix4.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/aix4.h	Tue Apr 28 21:35:36 1998 +0000
+++ b/src/s/aix4.h	Tue Apr 28 22:58:20 1998 +0000
@@ -4,3 +4,12 @@
 
 /* AIX 4 does not have HFT any more.  */
 #undef AIXHFT
+
+/* string.h defines rindex as a macro, at least with native cc, so we
+   lose declaring char * rindex without this.
+   It is just a guess which versions of AIX need this definition.  */
+#undef HAVE_STRING_H
+
+/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
+   It is just a guess which versions of AIX need this definition.  */
+#define HAVE_WAIT_HEADER