# HG changeset patch # User Richard M. Stallman # Date 901349188 0 # Node ID a487c950992973032f5f2d656d399f469a9329a1 # Parent 81b97496e59fcc53fae9e91b2482a7f0c6ff4750 (HAVE_STRING_H): Move #undef here. diff -r 81b97496e59f -r a487c9509929 src/s/aix3-2.h --- 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