summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-10 14:00:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-10 14:00:46 (GMT)
commitc43b4e2fb3dc24ce531f8c61a781d35d8f6c3617 (patch)
tree2f4fe6a80c3813cdd2724f6bca5cd3ec5ee2134b /unix/tclConfig.h.in
parente2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339 (diff)
downloadtcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.zip
tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.gz
tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.bz2
Release candidate branch for Tcl 8.5.12.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 1f1513d..9774ce9 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -19,8 +19,8 @@
/* Define to 1 if the system has the type `blkcnt_t'. */
#undef HAVE_BLKCNT_T
-/* Do we have BSDgettimeofday()? */
-#undef HAVE_BSDGETTIMEOFDAY
+/* Defined when compiler supports casting to union type. */
+#undef HAVE_CAST_TO_UNION
/* Define to 1 if you have the `chflags' function. */
#undef HAVE_CHFLAGS
@@ -34,6 +34,9 @@
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
+/* Is the cpuid instruction usable? */
+#undef HAVE_CPUID
+
/* Do we have fts functions? */
#undef HAVE_FTS
@@ -256,6 +259,9 @@
/* Default libtommath precision. */
#undef MP_PREC
+/* Is no debugging enabled? */
+#undef NDEBUG
+
/* Is Darwin CoreFoundation unavailable for 64-bit? */
#undef NO_COREFOUNDATION_64
@@ -340,9 +346,6 @@
/* What encoding should be used for embedded configuration info? */
#undef TCL_CFGVAL_ENCODING
-/* Is debugging enabled? */
-#undef NDEBUG
-
/* Is this a 64-bit build? */
#undef TCL_CFG_DO64BIT