From: Juanma Barranquero Date: Fri, 29 Mar 2013 03:02:22 +0000 (+0100) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~526^2~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0c0aab26b027849e618e0a6d30f74f99bb24a60;p=emacs.git nt/config.nt: Sync with autogen/config.in. (HAVE_XKBGETKEYBOARD): Remove. (HAVE_XKB): New macro. --- 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