Auto-commit of generated files.
This commit is contained in:
parent
b88b62dec9
commit
f46ba47d8b
2 changed files with 6 additions and 0 deletions
|
@ -1106,6 +1106,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define to 1 if XIM is available */
|
||||
#undef HAVE_XIM
|
||||
|
||||
/* Define to 1 if you have the Xkb extension. */
|
||||
#undef HAVE_XKB
|
||||
|
||||
/* Define to 1 if you have the XkbGetKeyboard function. */
|
||||
#undef HAVE_XKBGETKEYBOARD
|
||||
|
||||
|
|
3
autogen/configure
vendored
3
autogen/configure
vendored
|
@ -10636,6 +10636,9 @@ $as_echo "$emacs_xkb" >&6; }
|
|||
|
||||
$as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define HAVE_XKB 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
for ac_func in XrmSetDatabase XScreenResourceString \
|
||||
|
|
Loading…
Add table
Reference in a new issue