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)
commitc4faebfb6528df1c3dcbae2eed0533d8a96f8416 (patch)
treef9e495bf855aee7fd74a8a5af9bea6b9dd51d0e8 /unix/tkConfig.h.in
parent358047d8059fb3a6df83cb7b13a192c3690ba198 (diff)
downloadtk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.zip
tk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.tar.gz
tk-c4faebfb6528df1c3dcbae2eed0533d8a96f8416.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