diff options
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 74f6d73..986609b 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -103,6 +103,9 @@ /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT +/* Do we have XkbKeycodeToKeysym? */ +#undef HAVE_XKBKEYCODETOKEYSYM + /* Is XScreenSaver available? */ #undef HAVE_XSS |