diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 607cf02caca..47f79d65947 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -79,6 +79,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 79 | #endif | 79 | #endif |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | #ifdef XlibSpecificationRelease | ||
| 83 | #if XlibSpecificationRelease >= 6 | ||
| 84 | #define HAVE_X11R6 1 | ||
| 85 | #endif | ||
| 86 | #endif | ||
| 87 | |||
| 82 | #ifdef HAVE_X11R5 | 88 | #ifdef HAVE_X11R5 |
| 83 | #define HAVE_X_I18N | 89 | #define HAVE_X_I18N |
| 84 | #include <X11/Xlocale.h> | 90 | #include <X11/Xlocale.h> |