From a0c0aab26b027849e618e0a6d30f74f99bb24a60 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 29 Mar 2013 04:02:22 +0100 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (HAVE_XKBGETKEYBOARD): Remove. (HAVE_XKB): New macro. --- nt/ChangeLog | 6 ++++++ nt/config.nt | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 03bd86a3216..f25aef9580c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2013-03-29 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_XKBGETKEYBOARD): Remove. + (HAVE_XKB): New macro. + 2013-03-27 Eli Zaretskii * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake) diff --git a/nt/config.nt b/nt/config.nt index 3d606258fc0..f8ed6cc3aaa 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1113,8 +1113,8 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if XIM is available */ #undef HAVE_XIM -/* Define to 1 if you have the XkbGetKeyboard function. */ -#undef HAVE_XKBGETKEYBOARD +/* Define to 1 if you have the Xkb extension. */ +#undef HAVE_XKB /* Define to 1 if you have the Xpm library (-lXpm). */ #undef HAVE_XPM -- 2.39.2