summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-03 12:10:48 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-05-03 12:10:48 +0000
commite8a1e73c3a5a8985cb203a8e0a26249e005f2e8b (patch)
tree5abebacde87ad1d83fbb1b623c9a60b813fa9a5f /pyconfig.h.in
parent602df038be585d37208dcd1d758e4d8ae7d6898f (diff)
downloadcpython-e8a1e73c3a5a8985cb203a8e0a26249e005f2e8b.tar.gz
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 705976d6d8..a5adca1d76 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