summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-11-01 16:31:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-11-01 16:31:00 (GMT)
commit2577d3bd45bdf3d447208afa35b8610bd48d0674 (patch)
tree5fa17e8ece1211af214f321ba371e0b1ccae806a /unix
parentc65da32867fe25ae30a26d154a5a637c734de0c1 (diff)
downloadtcl-2577d3bd45bdf3d447208afa35b8610bd48d0674.zip
tcl-2577d3bd45bdf3d447208afa35b8610bd48d0674.tar.gz
tcl-2577d3bd45bdf3d447208afa35b8610bd48d0674.tar.bz2
make dist
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.h.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 1721a84..a26a48f 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -31,6 +31,9 @@
/* Is the cpuid instruction usable? */
#undef HAVE_CPUID
+/* Is 'DIR64' in <sys/types.h>? */
+#undef HAVE_DIR64
+
/* Define to 1 if you have the `freeaddrinfo' function. */
#undef HAVE_FREEADDRINFO
@@ -196,9 +199,6 @@
/* Is 'struct dirent64' in <sys/types.h>? */
#undef HAVE_STRUCT_DIRENT64
-/* Is 'DIR64' in <sys/types.h>? */
-#undef HAVE_DIR64
-
/* Define to 1 if the system has the type `struct in6_addr'. */
#undef HAVE_STRUCT_IN6_ADDR
@@ -496,9 +496,6 @@
/* Define as int if socklen_t is not available */
#undef socklen_t
-/* Do we want to use the strtod() in compat? */
-#undef strtod
-
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t