diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index feb05dcf251..852e175b016 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -54,3 +54,6 @@ | |||
| 54 | in X11R5. Maybe things will work if we just don't call it. */ | 54 | in X11R5. Maybe things will work if we just don't call it. */ |
| 55 | #define NO_XRM_SET_DATABASE | 55 | #define NO_XRM_SET_DATABASE |
| 56 | #endif | 56 | #endif |
| 57 | |||
| 58 | /* Enable a special hack in XTread_socket. */ | ||
| 59 | #define X_IO_BUG | ||