diff options
author | Gregory P. Smith <greg@krypto.org> | 2011-05-15 07:26:45 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2011-05-15 07:26:45 (GMT) |
commit | 5ed2e779f175dc648110a1d862e37d6e92bd2560 (patch) | |
tree | aa19fa5461f195aac9c82fca74dba0190bf0909b /configure.in | |
parent | 1a4de20d9505873beca1e20f948ae0abe875ebb1 (diff) | |
download | cpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.zip cpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.tar.gz cpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.tar.bz2 |
Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname
methods to the socket module.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7e518a0..52f07e6 100644 --- a/configure.in +++ b/configure.in @@ -2512,6 +2512,7 @@ AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ futimens futimes \ gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ + if_nameindex \ initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mbrtowc mkdirat mkfifo \ mkfifoat mknod mknodat mktime mremap nice openat pathconf pause plock poll \ posix_fallocate posix_fadvise pread \ |