diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-03 13:54:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-03 13:54:44 (GMT) |
commit | c61da5d0e488d415fe8f7c67cea9aa5f80d24777 (patch) | |
tree | 6efcdedb17b21f55557cd49ff790409fcc4211b6 /unix/tkConfig.h.in | |
parent | 7be2714ea80fa70827c289e39e78863214145959 (diff) | |
download | tk-c61da5d0e488d415fe8f7c67cea9aa5f80d24777.zip tk-c61da5d0e488d415fe8f7c67cea9aa5f80d24777.tar.gz tk-c61da5d0e488d415fe8f7c67cea9aa5f80d24777.tar.bz2 |
make dist
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 d27c6e8..2efd164 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -88,6 +88,9 @@ /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT +/* Do we have XkbKeycodeToKeysym? */ +#undef HAVE_XKBKEYCODETOKEYSYM + /* Is XScreenSaver available? */ #undef HAVE_XSS |