]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_STRING_H): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 22:58:20 +0000 (22:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 22:58:20 +0000 (22:58 +0000)
(HAVE_WAIT_HEADER): Defined.

src/s/aix4.h

index ae55ae3b317a56d865a71378b88ce0d2ad4818b8..9f04d5aa25c730b8f69901ad9ae5e25854627c58 100644 (file)
@@ -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