changeset 22823:a487c9509929

(HAVE_STRING_H): Move #undef here.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jul 1998 06:46:28 +0000
parents 81b97496e59f
children a8482d4262a4
files src/s/aix3-2.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/aix3-2.h	Sat Jul 25 06:46:19 1998 +0000
+++ b/src/s/aix3-2.h	Sat Jul 25 06:46:28 1998 +0000
@@ -47,3 +47,8 @@
    the internationalization code causes the modifier keys C, M and Shift
    to beep after a mouse click.  */
 #define X11R5_INHIBIT_I18N
+
+/* 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