mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
Remove HAVE_X11R5.
This commit is contained in:
parent
ac1278c1f0
commit
449e33d766
@ -1,3 +1,7 @@
|
||||
2007-11-01 Jan Dj,Ad(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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user