# HG changeset patch # User Gerd Moellmann # Date 953068615 0 # Node ID 1426e80e9ba89684763a16564b8304b4344895d7 # Parent 71ebba3566ecc2218e3d7162915db7cbbfa42b4d (HAVE_X_I18N): Moved here from xterm.h. (HAVE_X11R6_XIM): Define. diff -r 71ebba3566ec -r 1426e80e9ba8 src/config.in --- a/src/config.in Tue Mar 14 21:16:36 2000 +0000 +++ b/src/config.in Tue Mar 14 21:16:55 2000 +0000 @@ -490,3 +490,17 @@ #include #endif #endif + +/* Define HAVE_X_I18N if we have usable i18n support. */ + +#ifdef HAVE_X11R6 +#define HAVE_X_I18N +#elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N +#define HAVE_X_I18N +#endif + +/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ + +#if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM +#define HAVE_X11R6_XIM +#endif