Mercurial > emacs
changeset 85879:2ef588d3ea9a
Remove HAVE_X11R5.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 01 Nov 2007 07:42:50 +0000 |
parents | 27f2b7df7d74 |
children | 26f4b946bcb8 |
files | mac/inc/config.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
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