diff options
author | dgp <dgp@users.sourceforge.net> | 2018-11-15 16:55:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-11-15 16:55:13 (GMT) |
commit | f2d42d756e8aa1563d4f7336f2a3a9b9e3455b73 (patch) | |
tree | 4a7662e208ccd17bcdd5077725ff4a48af39d2d1 /unix/tclConfig.h.in | |
parent | 54488f17146026de455ea5a09d6f2184e8403699 (diff) | |
parent | 4dc3934516e231e6d2b5170a2b2834c77840c4e8 (diff) | |
download | tcl-f2d42d756e8aa1563d4f7336f2a3a9b9e3455b73.zip tcl-f2d42d756e8aa1563d4f7336f2a3a9b9e3455b73.tar.gz tcl-f2d42d756e8aa1563d4f7336f2a3a9b9e3455b73.tar.bz2 |
merge release
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 9 |
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 |