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 2521fd3..507e95a 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