aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2007-11-01 07:42:58 +0000
committerJan Djärv <[email protected]>2007-11-01 07:42:58 +0000
commit449e33d766186b74b316b392f08d2827a3eee613 (patch)
treeed7d2aab02ac734f4c6fd3fb1408cb6f11e4fb61 /mac
parentac1278c1f0467600aae57ee5e33e4ca09b742585 (diff)
Remove HAVE_X11R5.
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/inc/config.h5
2 files changed, 5 insertions, 4 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 7b97e14f59..bcf4d5b562 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-01 Jan Dj,Ad(Brv <[email protected]>
+
+ * inc/config.h: Remove HAVE_X11R5.
+
2007-11-01 Dan Nicolaescu <[email protected]>
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
diff --git a/mac/inc/config.h b/mac/inc/config.h
index ae741b0681..49bc7d6bae 100644
--- a/mac/inc/config.h
+++ b/mac/inc/config.h
@@ -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