diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-03 10:12:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-03 10:12:45 (GMT) |
commit | e941617671ece6ee7d4e1ad981d5499b03827f9a (patch) | |
tree | fced444089cb235139a7ccb6129f58dc65a85846 /pyconfig.h.in | |
parent | e6bbb4d16f32e4d243897f25b0ad01f81498e095 (diff) | |
download | cpython-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.in | 6 |
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. */ |