summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-03-22 21:46:06 +0000
committerGuido van Rossum <guido@python.org>1999-03-22 21:46:06 +0000
commit2f2c7afafcb75a2df7ba7b46c7e274a724dbc5d8 (patch)
tree8ac0db3f6aa34a0bae537b93b6684d8b42b3f07a /acconfig.h
parent3aa454662189acc2a95b3b4142c8d3b04603f91b (diff)
downloadcpython-2f2c7afafcb75a2df7ba7b46c7e274a724dbc5d8.tar.gz
Add symbols for gethostbyname_r variants (sigh).
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 55c3db736b..4270574d9b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -31,6 +31,21 @@
/* 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