summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-10 14:09:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-10 14:09:08 (GMT)
commit58a16b7b3a68d726dd781d2a64812fd48af65bd0 (patch)
treef9e495bf855aee7fd74a8a5af9bea6b9dd51d0e8 /unix/tkConfig.h.in
parent6e3155d279cf28581344bfd172fa4ad96b372f0a (diff)
downloadtk-58a16b7b3a68d726dd781d2a64812fd48af65bd0.zip
tk-58a16b7b3a68d726dd781d2a64812fd48af65bd0.tar.gz
tk-58a16b7b3a68d726dd781d2a64812fd48af65bd0.tar.bz2
Release candidate branch for Tk 8.5.12.
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r--unix/tkConfig.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index cfa8a32..8750b86 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -13,6 +13,9 @@
/* Define to 1 if you have the <AvailabilityMacros.h> header file. */
#undef HAVE_AVAILABILITYMACROS_H
+/* Defined when compiler supports casting to union type. */
+#undef HAVE_CAST_TO_UNION
+
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
@@ -109,6 +112,9 @@
/* Compiler support for module scope symbols */
#undef MODULE_SCOPE
+/* Is no debugging enabled? */
+#undef NDEBUG
+
/* Is Darwin CoreFoundation unavailable for 64-bit? */
#undef NO_COREFOUNDATION_64
@@ -142,9 +148,6 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Is debugging enabled? */
-#undef TCL_CFG_DEBUG
-
/* Is this a 64-bit build? */
#undef TCL_CFG_DO64BIT