summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-09-03 17:39:02 (GMT)
committerdgp <dgp@noemail.net>2013-09-03 17:39:02 (GMT)
commite95ed763ff0e28ff025ab1c1882ea6882e15721b (patch)
tree844541594793dd64561b06925de024003b3611fa
parentdb477a9d4bb24a84a9a30d17540756fa005bfcef (diff)
downloadtk-e95ed763ff0e28ff025ab1c1882ea6882e15721b.zip
tk-e95ed763ff0e28ff025ab1c1882ea6882e15721b.tar.gz
tk-e95ed763ff0e28ff025ab1c1882ea6882e15721b.tar.bz2
make dist
FossilOrigin-Name: ef91404641471590c7198acb42d94d7b196e6c69
-rw-r--r--unix/tkConfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 575f36c..392566b 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -40,6 +40,9 @@
/* Define to 1 if you have the `open64' function. */
#undef HAVE_OPEN64
+/* Define to 1 if you have the `pthread_atfork' function. */
+#undef HAVE_PTHREAD_ATFORK
+
/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
@@ -196,6 +199,9 @@
# endif
#endif
+/* Is XKeycodeToKeysym deprecated? */
+#undef XKEYCODETOKEYSYM_IS_DEPRECATED
+
/* Are Darwin SUSv3 extensions available? */
#undef _DARWIN_C_SOURCE