diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index 5633a0a316c..9bd86914835 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h | |||
| @@ -34,3 +34,8 @@ | |||
| 34 | #ifndef __GNUC__ | 34 | #ifndef __GNUC__ |
| 35 | #define C_DEBUG_SWITCH -g -O | 35 | #define C_DEBUG_SWITCH -g -O |
| 36 | #endif | 36 | #endif |
| 37 | |||
| 38 | /* inoue@ainet.or.jp says Solaris has a bug related to X11R6-style | ||
| 39 | XIM support. */ | ||
| 40 | |||
| 41 | #define INHIBIT_X11R6_XIM | ||