aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-14 10:50:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-14 10:50:18 +0000
commit2dbadc6405799420fea17717c1da464dd7d0ade9 (patch)
tree18f689f2a682710304f3703084cd1e040b80057c /config.h.in
parent3b60784f27aec4255d10e5012b321f4e13deee0a (diff)
Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 2521fd327..507e95acc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -31,6 +31,12 @@
/* 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
+
/* The number of bytes in a long double. */
#undef SIZEOF_LONG_DOUBLE