diff mac/inc/config.h @ 85879:2ef588d3ea9a

Remove HAVE_X11R5.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 01 Nov 2007 07:42:50 +0000
parents a2021f006700
children 107ccd98fa12 880960b70474
line wrap: on
line diff
--- a/mac/inc/config.h	Thu Nov 01 07:42:19 2007 +0000
+++ b/mac/inc/config.h	Thu Nov 01 07:42:50 2007 +0000
@@ -716,9 +716,6 @@
    expects to use version 10. */
 /* #undef HAVE_X11 */
 
-/* Define to 1 if you have the X11R5 or newer version of Xlib. */
-/* #undef HAVE_X11R5 */
-
 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
 /* #undef HAVE_X11R6 */
 
@@ -1145,7 +1142,7 @@
 
 #ifdef HAVE_X11R6
 #define HAVE_X_I18N
-#elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
+#elif !defined X11R5_INHIBIT_I18N
 #define HAVE_X_I18N
 #endif