summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-03 12:10:48 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-03 12:10:48 (GMT)
commit95c419b20ae7953fee534584e0baf39c4d8f0c38 (patch)
tree34ef7d81d127d40ad6b3b97d09d5ddfbd26518f2 /pyconfig.h.in
parentd3545ec5e3508479c48c2d5828b8c9e484222778 (diff)
downloadcpython-95c419b20ae7953fee534584e0baf39c4d8f0c38.zip
cpython-95c419b20ae7953fee534584e0baf39c4d8f0c38.tar.gz
cpython-95c419b20ae7953fee534584e0baf39c4d8f0c38.tar.bz2
Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 705976d..a5adca1 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -252,6 +252,9 @@
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
+/* Define to 1 if you have the `resolv' library (-lresolv). */
+#undef HAVE_LIBRESOLV
+
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H