aboutsummaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-23 07:25:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-23 07:25:21 +0000
commit1998aee2a232607d4a9be530cd5468b695025835 (patch)
treeae192579e4110131ddecb8b5353b3621eb8df17e /acconfig.h
parentd4731b70505d308064e85bfa1ea1f88904442af2 (diff)
Albert's fixes
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index cdb353e66..df5fab92d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -27,3 +27,9 @@
/* Define if you have the gethostbyname_r() function with 6 arguments */
#undef HAVE_GETHOSTBYNAME_R_6
+
+/* Define if you have the inet_ntoa_r function declared. */
+#undef HAVE_INET_NTOA_R_DECL
+
+/* Define if you need the _REENTRANT define for some functions */
+#undef NEED_REENTRANT