summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authordas <das>2009-04-10 18:01:48 (GMT)
committerdas <das>2009-04-10 18:01:48 (GMT)
commit05ed473e3558628339f3bf7d400eb41e04f04df7 (patch)
treeb60f17eea7f8a6757c8ec929e1e97f6da325f414 /unix/tkConfig.h.in
parent58d7254dcea0c83333a1f6c680e544393efdbd07 (diff)
downloadtk-05ed473e3558628339f3bf7d400eb41e04f04df7.zip
tk-05ed473e3558628339f3bf7d400eb41e04f04df7.tar.gz
tk-05ed473e3558628339f3bf7d400eb41e04f04df7.tar.bz2
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if
available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r--unix/tkConfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 285bb38..9859880 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -10,6 +10,9 @@
/* Is pthread_getattr_np declared in <pthread.h>? */
#undef GETATTRNP_NOT_DECLARED
+/* Define to 1 if you have the <AvailabilityMacros.h> header file. */
+#undef HAVE_AVAILABILITYMACROS_H
+
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
@@ -88,6 +91,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Is weak import available? */
+#undef HAVE_WEAK_IMPORT
+
/* Have we turned on XFT (antialiased fonts)? */
#undef HAVE_XFT
@@ -185,6 +191,9 @@
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+/* Are Darwin SUSv3 extensions available? */
+#undef _DARWIN_C_SOURCE
+
/* Add the _ISOC99_SOURCE flag when building */
#undef _ISOC99_SOURCE