summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-02 20:37:54 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-02 20:37:54 (GMT)
commit30b3b35cbac52719e44d8457fd9a7be09e6edd2c (patch)
tree595a8572a948775e3dcb4017fa13240dd5baf251 /configure
parentf2bf0d2a51f305f7df9d6199f580b488f1aa5135 (diff)
downloadcpython-30b3b35cbac52719e44d8457fd9a7be09e6edd2c.zip
cpython-30b3b35cbac52719e44d8457fd9a7be09e6edd2c.tar.gz
cpython-30b3b35cbac52719e44d8457fd9a7be09e6edd2c.tar.bz2
Issue #7333: The `posix` module gains an `initgroups()` function providing
access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 55e9534..8391a17 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 76558 .
+# From configure.in Revision: 76568 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -17895,11 +17895,12 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6; }
+
for ac_func in alarm setitimer getitimer bind_textdomain_codeset chown \
clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
- kill killpg lchmod lchown lstat mkfifo mknod mktime \
+ initgroups kill killpg lchmod lchown lstat mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink realpath \
select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \