diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-11-27 13:56:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-11-27 13:56:01 (GMT) |
commit | 50ea4565bd7805d7368b9278536f58c870313e92 (patch) | |
tree | 2a8e66c5de5272b6102f16364b1a8d8240b053db /configure | |
parent | bf4a5fc8d8111dea91fba3d87527857bd4c8fd43 (diff) | |
download | cpython-50ea4565bd7805d7368b9278536f58c870313e92.zip cpython-50ea4565bd7805d7368b9278536f58c870313e92.tar.gz cpython-50ea4565bd7805d7368b9278536f58c870313e92.tar.bz2 |
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 76403 . +# From configure.in Revision: 76432 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -17882,16 +17882,31 @@ 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 getpwent getspnam getspent getsid getwd \ + getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ 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 \ setgid \ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \ + setlocale setregid setreuid setresuid setresgid \ + setsid setpgid setpgrp setuid setvbuf snprintf \ sigaction siginterrupt sigrelse strftime \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty |