From f7da5802b7d8fb02aacfbd458bdd0486b68c56db Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 3 Sep 2013 17:39:02 +0000 Subject: make dist --- unix/tkConfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v0.12