aboutsummaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-30 22:26:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-30 22:26:57 +0000
commit784c29c6c5fb53edb0c33b65d6a20902eaa7ef53 (patch)
tree1ef86fd541894f900817026d04e7bfe07fb840d2 /acconfig.h
parent95ddb16768ad86e5b66d18fb5b10dc7d67148dd1 (diff)
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 616cc069a..87e1d7cc3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -10,3 +10,8 @@
/* Define cpu-machine-OS */
#undef OS
+/* Number of arguments your gethostbyaddr_r() function accepts */
+#undef GETHOSTBYADDR_R_NARGS
+
+/* Number of arguments your gethostbyname_r() function accepts */
+#undef GETHOSTBYNAME_R_NARGS