diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-06-24 21:18:26 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-06-24 21:18:26 +0000 |
commit | 997ccb1fac545e16263f085fccac85b60bfc4e74 (patch) | |
tree | a9f708a0d2a60ab3daf7470a52458d3955886219 /configure | |
parent | 4d65604c465d964d1cff1a89672bc95493a17460 (diff) | |
download | cpython-997ccb1fac545e16263f085fccac85b60bfc4e74.tar.gz |
Emulate inet_{pton,ntop} on systems that don't provide it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.219 +# From configure.in Revision: 1.220 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -4480,7 +4480,7 @@ echo "$ac_t""$DYNLOADFILE" 1>&6 for ac_func in alarm chown clock confstr ctermid ctermid_r execv \ flock fork fsync fdatasync fpathconf ftime ftruncate \ getgroups getlogin getpeername getpid getpwent getwd \ - kill link lstat mkfifo mktime mremap \ + inet_pton kill link lstat mkfifo mktime mremap \ nice pathconf pause plock poll pthread_init \ putenv readlink \ select setegid seteuid setgid \ |