]> granicus.if.org Git - curl/commitdiff
Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 10:50:18 +0000 (10:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 10:50:18 +0000 (10:50 +0000)
config.h.in

index 2521fd327f836c149feb9c6d51232cf4d0f696a2..507e95acc3228cd4d6586b0411e6cfcfdbd6dd07 100644 (file)
 /* 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