From: Richard M. Stallman Date: Sat, 25 Jul 1998 06:46:28 +0000 (+0000) Subject: (HAVE_STRING_H): Move #undef here. X-Git-Tag: emacs-20.3~256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=341989bef39bf16c705d63933b0475febdbc4d7f;p=emacs.git (HAVE_STRING_H): Move #undef here. --- diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 2073ccf928d..9866ea9dbda 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -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