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 | f2d9db4229938aeb01f81bd88bdd9ba788217cb4 (patch) | |
tree | 6efcdedb17b21f55557cd49ff790409fcc4211b6 /unix/tkConfig.h.in | |
parent | a31fb54acac0b261389c1a63162dc5653001247e (diff) | |
download | tk-f2d9db4229938aeb01f81bd88bdd9ba788217cb4.zip tk-f2d9db4229938aeb01f81bd88bdd9ba788217cb4.tar.gz tk-f2d9db4229938aeb01f81bd88bdd9ba788217cb4.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 |