comparison src/config.in @ 91085:880960b70474

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
author Miles Bader <miles@gnu.org>
date Sun, 11 Nov 2007 00:56:44 +0000
parents 1251cabc40b7 071bbff2591a
children 75910f1968b3
comparison
equal deleted inserted replaced
91084:a4347a111894 91085:880960b70474
705 #undef HAVE_WORKING_VFORK 705 #undef HAVE_WORKING_VFORK
706 706
707 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs 707 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
708 expects to use version 10. */ 708 expects to use version 10. */
709 #undef HAVE_X11 709 #undef HAVE_X11
710
711 /* Define to 1 if you have the X11R5 or newer version of Xlib. */
712 #undef HAVE_X11R5
713 710
714 /* Define to 1 if you have the X11R6 or newer version of Xlib. */ 711 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
715 #undef HAVE_X11R6 712 #undef HAVE_X11R6
716 713
717 /* Define to 1 if you have the X11R6 or newer version of Xt. */ 714 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1145 1142
1146 /* Define HAVE_X_I18N if we have usable i18n support. */ 1143 /* Define HAVE_X_I18N if we have usable i18n support. */
1147 1144
1148 #ifdef HAVE_X11R6 1145 #ifdef HAVE_X11R6
1149 #define HAVE_X_I18N 1146 #define HAVE_X_I18N
1150 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N 1147 #elif !defined X11R5_INHIBIT_I18N
1151 #define HAVE_X_I18N 1148 #define HAVE_X_I18N
1152 #endif 1149 #endif
1153 1150
1154 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ 1151 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
1155 1152