summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-08-03 19:42:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-08-03 19:42:57 (GMT)
commitd82fd277a100d2f7d8297003c6aeae4cef56a6fa (patch)
tree703158febaa3d26a7927de4b702091b0e2321ac3 /unix/tclConfig.h.in
parent92c2318f0bcf65d962079a1dc6cec0326921a2b5 (diff)
downloadtcl-d82fd277a100d2f7d8297003c6aeae4cef56a6fa.zip
tcl-d82fd277a100d2f7d8297003c6aeae4cef56a6fa.tar.gz
tcl-d82fd277a100d2f7d8297003c6aeae4cef56a6fa.tar.bz2
Update file generated by `make dist`
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in31
1 files changed, 29 insertions, 2 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index debbd53..42abf34 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -28,10 +28,16 @@
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
+/* Define to 1 if you have the `freeaddrinfo' function. */
+#undef HAVE_FREEADDRINFO
+
/* Do we have fts functions? */
#undef HAVE_FTS
-/* Define to 1 if getaddrinfo is available. */
+/* Define to 1 if you have the `gai_strerror' function. */
+#undef HAVE_GAI_STRERROR
+
+/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `getattrlist' function. */
@@ -79,6 +85,9 @@
/* Define to 1 if gethostbyname_r takes 6 args. */
#undef HAVE_GETHOSTBYNAME_R_6
+/* Define to 1 if you have the `getnameinfo' function. */
+#undef HAVE_GETNAMEINFO
+
/* Define to 1 if getpwnam_r is available. */
#undef HAVE_GETPWNAM_R
@@ -178,9 +187,21 @@
/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL
+/* Define to 1 if the system has the type `struct addrinfo'. */
+#undef HAVE_STRUCT_ADDRINFO
+
/* Is 'struct dirent64' in <sys/types.h>? */
#undef HAVE_STRUCT_DIRENT64
+/* Define to 1 if the system has the type `struct in6_addr'. */
+#undef HAVE_STRUCT_IN6_ADDR
+
+/* Define to 1 if the system has the type `struct sockaddr_in6'. */
+#undef HAVE_STRUCT_SOCKADDR_IN6
+
+/* Define to 1 if the system has the type `struct sockaddr_storage'. */
+#undef HAVE_STRUCT_SOCKADDR_STORAGE
+
/* Is 'struct stat64' in <sys/stat.h>? */
#undef HAVE_STRUCT_STAT64
@@ -244,12 +265,15 @@
/* Is this a Mac I see before me? */
#undef MAC_OSX_TCL
-/* Compiler support for module scope symbols */
+/* No Compiler support for module scope symbols */
#undef MODULE_SCOPE
/* Default libtommath precision. */
#undef MP_PREC
+/* Use compat implementation of getaddrinfo() and friends */
+#undef NEED_FAKE_RFC2553
+
/* Is Darwin CoreFoundation unavailable for 64-bit? */
#undef NO_COREFOUNDATION_64
@@ -307,6 +331,9 @@
/* Do we have <values.h>? */
#undef NO_VALUES_H
+/* No visibility attribute */
+#undef NO_VIZ
+
/* Do we have wait3() */
#undef NO_WAIT3