comparison src/config.in @ 85870:071bbff2591a

Regenerate.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 01 Nov 2007 07:38:58 +0000
parents 9ed1cbc73fd9
children 2dd672d9fe75 880960b70474
comparison
equal deleted inserted replaced
85869:287a1b3906f8 85870:071bbff2591a
699 #undef HAVE_WORKING_VFORK 699 #undef HAVE_WORKING_VFORK
700 700
701 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs 701 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
702 expects to use version 10. */ 702 expects to use version 10. */
703 #undef HAVE_X11 703 #undef HAVE_X11
704
705 /* Define to 1 if you have the X11R5 or newer version of Xlib. */
706 #undef HAVE_X11R5
707 704
708 /* Define to 1 if you have the X11R6 or newer version of Xlib. */ 705 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
709 #undef HAVE_X11R6 706 #undef HAVE_X11R6
710 707
711 /* Define to 1 if you have the X11R6 or newer version of Xt. */ 708 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1133 1130
1134 /* Define HAVE_X_I18N if we have usable i18n support. */ 1131 /* Define HAVE_X_I18N if we have usable i18n support. */
1135 1132
1136 #ifdef HAVE_X11R6 1133 #ifdef HAVE_X11R6
1137 #define HAVE_X_I18N 1134 #define HAVE_X_I18N
1138 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N 1135 #elif !defined X11R5_INHIBIT_I18N
1139 #define HAVE_X_I18N 1136 #define HAVE_X_I18N
1140 #endif 1137 #endif
1141 1138
1142 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ 1139 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
1143 1140