]> granicus.if.org Git - python/commitdiff
Add symbols for gethostbyname_r variants (sigh).
authorGuido van Rossum <guido@python.org>
Mon, 22 Mar 1999 21:46:06 +0000 (21:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Mar 1999 21:46:06 +0000 (21:46 +0000)
acconfig.h
config.h.in

index 55c3db736b45bd950a01093380647bda419de27c..4270574d9b9615e2eb186fab4e3b538388027454 100644 (file)
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
 
+/* Define this if you have gethostbyname() */
+#undef HAVE_GETHOSTBTNAME
+
+/* Define this if you have some version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R
+
+/* Define this if you have the 3-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_3_ARG
+
+/* Define this if you have the 5-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_5_ARG
+
+/* Define this if you have the 6-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_6_ARG
+
 /* Define this if you have the type long long */
 #undef HAVE_LONG_LONG
 
index 0c95dd0350ec9ef9ec76ce7aef3a1120e8effcb4..0dc3f47c71708b26be77abaf0344f273499cdf26 100644 (file)
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
 
+/* Define this if you have some version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R
+
+/* Define this if you have the 3-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_3_ARG
+
+/* Define this if you have the 5-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_5_ARG
+
+/* Define this if you have the 6-arg version of gethostbyname_r() */
+#undef HAVE_GETHOSTBYNAME_R_6_ARG
+
 /* Define this if you have the type long long */
 #undef HAVE_LONG_LONG
 
 /* Define if you have the getcwd function.  */
 #undef HAVE_GETCWD
 
-/* Define if you have the gethostname_r function.  */
-#undef HAVE_GETHOSTNAME_R
-
 /* Define if you have the getpeername function.  */
 #undef HAVE_GETPEERNAME