summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-03 10:12:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-03 10:12:45 (GMT)
commite941617671ece6ee7d4e1ad981d5499b03827f9a (patch)
treefced444089cb235139a7ccb6129f58dc65a85846 /pyconfig.h.in
parente6bbb4d16f32e4d243897f25b0ad01f81498e095 (diff)
downloadcpython-e941617671ece6ee7d4e1ad981d5499b03827f9a.zip
cpython-e941617671ece6ee7d4e1ad981d5499b03827f9a.tar.gz
cpython-e941617671ece6ee7d4e1ad981d5499b03827f9a.tar.bz2
Patch #724588: Check whether the address of hstrerror and inet_pton can
be taken, and define NI_MAX{HOST|SERV} if necessary.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 32d1c3e..93ef151 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -207,16 +207,16 @@
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
-/* Define to 1 if you have the `hstrerror' function. */
+/* Define if you have the 'hstrerror' function. */
#undef HAVE_HSTRERROR
/* Define to 1 if you have the `hypot' function. */
#undef HAVE_HYPOT
-/* Define to 1 if you have the `inet_aton' function. */
+/* Define if you have the 'inet_aton' function. */
#undef HAVE_INET_ATON
-/* Define to 1 if you have the `inet_pton' function. */
+/* Define if you have the 'inet_pton' function. */
#undef HAVE_INET_PTON
/* Define to 1 if you have the <inttypes.h> header file. */