]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 May 2000 22:26:57 +0000 (22:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 May 2000 22:26:57 +0000 (22:26 +0000)
acconfig.h

index 616cc069a63cee47c575706501736519cf5fd775..87e1d7cc35efc795b6510a89f035165c7a2ee363 100644 (file)
@@ -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