aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
commit5d39dde961fc1bed706aff0b84bd9ec24e408a0a (patch)
tree87935db1a7519ceacb1ac102e3d5b71053488a9b /config.h.in
parent15c143bba91bec19bac431db32bc2d65a75e3ece (diff)
pre-release commit
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c9f96d75e..2521fd327 100644
--- a/config.h.in
+++ b/config.h.in
@@ -49,6 +49,12 @@
/* Define if you have the gethostbyaddr function. */
#undef HAVE_GETHOSTBYADDR
+/* Define if you have the gethostbyaddr_r function. */
+#undef HAVE_GETHOSTBYADDR_R
+
+/* Define if you have the gethostbyname_r function. */
+#undef HAVE_GETHOSTBYNAME_R
+
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
@@ -67,6 +73,9 @@
/* Define if you have the inet_ntoa function. */
#undef HAVE_INET_NTOA
+/* Define if you have the inet_ntoa_r function. */
+#undef HAVE_INET_NTOA_R
+
/* Define if you have the perror function. */
#undef HAVE_PERROR
@@ -190,6 +199,9 @@
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H