diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-2.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 47 | the internationalization code causes the modifier keys C, M and Shift | 47 | the internationalization code causes the modifier keys C, M and Shift |
| 48 | to beep after a mouse click. */ | 48 | to beep after a mouse click. */ |
| 49 | #define X11R5_INHIBIT_I18N | 49 | #define X11R5_INHIBIT_I18N |
| 50 | |||
| 51 | /* string.h defines rindex as a macro, at least with native cc, so we | ||
| 52 | lose declaring char * rindex without this. | ||
| 53 | It is just a guess which versions of AIX need this definition. */ | ||
| 54 | #undef HAVE_STRING_H | ||