]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove HAVE_X11R5.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Nov 2007 07:42:58 +0000 (07:42 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Nov 2007 07:42:58 +0000 (07:42 +0000)
mac/ChangeLog
mac/inc/config.h

index 7b97e14f590ca152ec7e0a1628f0511170e63ff7..bcf4d5b5624b48d648dd601e2c9f6ec41479e0a9 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * inc/config.h: Remove HAVE_X11R5.
+
 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
index ae741b0681f70aac99304e2d697c52eaee146488..49bc7d6bae25b6c7d5c5639385a5908871c81f69 100644 (file)
@@ -716,9 +716,6 @@ Boston, MA 02110-1301, USA.  */
    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 @@ typedef unsigned size_t;
 
 #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