summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 12:24:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 12:24:16 (GMT)
commit2201d7a19b192714ac6f19507b8a140ecf59bbfe (patch)
tree197bc511c769212f60eb70b52bbe991b2bba74e3 /unix/tkConfig.h.in
parentda8764ce8dc25d831e182604c8f148247406cabd (diff)
parentd6709afd3e1e09c065cf4e39d196eadf839ce4c4 (diff)
downloadtk-2201d7a19b192714ac6f19507b8a140ecf59bbfe.zip
tk-2201d7a19b192714ac6f19507b8a140ecf59bbfe.tar.gz
tk-2201d7a19b192714ac6f19507b8a140ecf59bbfe.tar.bz2
Merge 8.7.
Also remove all traces of HAVE_XKBKEYCODETOKEYSYM (assumed to be 1) and XKEYCODETOKEYSYM_IS_DEPRECATED (not applicable any more)
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r--unix/tkConfig.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index c435f7c..6753fb5 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -91,9 +91,6 @@
/* Have we turned on XFT (antialiased fonts)? */
#undef HAVE_XFT
-/* Do we have XkbKeycodeToKeysym? */
-#undef HAVE_XKBKEYCODETOKEYSYM
-
/* Is XScreenSaver available? */
#undef HAVE_XSS
@@ -182,9 +179,6 @@
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
-/* Is XKeycodeToKeysym deprecated? */
-#undef XKEYCODETOKEYSYM_IS_DEPRECATED
-
/* Are Darwin SUSv3 extensions available? */
#undef _DARWIN_C_SOURCE