summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-08-08 20:30:37 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-08-08 20:30:37 (GMT)
commit9c91ed208c3aaabce2fdb33fef55cb5d66152b64 (patch)
treea6fadf3d6bc55a704065f4543ea894d5ebddfe46 /unix/tclConfig.h.in
parentc8f4979adace609267b80869949d83e12ac96563 (diff)
parentbc8263307e4cfa4064e128e4674e08e1a2f8000d (diff)
downloadtcl-9c91ed208c3aaabce2fdb33fef55cb5d66152b64.zip
tcl-9c91ed208c3aaabce2fdb33fef55cb5d66152b64.tar.gz
tcl-9c91ed208c3aaabce2fdb33fef55cb5d66152b64.tar.bz2
merge trunk
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 31466bc..329f572 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -13,8 +13,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
@@ -28,6 +28,9 @@
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
+/* Is the cpuid instruction usable? */
+#undef HAVE_CPUID
+
/* Define to 1 if you have the `freeaddrinfo' function. */
#undef HAVE_FREEADDRINFO
@@ -271,6 +274,9 @@
/* Default libtommath precision. */
#undef MP_PREC
+/* Is no debugging enabled? */
+#undef NDEBUG
+
/* Use compat implementation of getaddrinfo() and friends */
#undef NEED_FAKE_RFC2553
@@ -361,9 +367,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