[Python-checkins] CVS: python/dist/src configure.in,1.136,1.137 config.h.in,2.62,2.63 configure,1.127,1.128
A.M. Kuchling
python-dev@python.org
2000年7月12日 18:27:01 -0700
Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3810
Modified Files:
configure.in config.h.in configure
Log Message:
From Sam Rushing's Medusa, via SF patch #100858: add & document
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -r1.136 -r1.137
*** configure.in 2000年07月12日 05:04:44 1.136
--- configure.in 2000年07月13日 01:26:58 1.137
***************
*** 823,827 ****
nice pathconf pause plock pthread_init \
putenv readlink \
! select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
--- 823,828 ----
nice pathconf pause plock pthread_init \
putenv readlink \
! select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.62
retrieving revision 2.63
diff -C2 -r2.62 -r2.63
*** config.h.in 2000年07月09日 14:39:28 2.62
--- config.h.in 2000年07月13日 01:26:58 2.63
***************
*** 408,411 ****
--- 408,417 ----
#undef HAVE_SELECT
+ /* Define if you have the setegid function. */
+ #undef HAVE_SETEGID
+
+ /* Define if you have the seteuid function. */
+ #undef HAVE_SETEUID
+
/* Define if you have the setgid function. */
#undef HAVE_SETGID
***************
*** 419,422 ****
--- 425,434 ----
/* Define if you have the setpgrp function. */
#undef HAVE_SETPGRP
+
+ /* Define if you have the setregid function. */
+ #undef HAVE_SETREGID
+
+ /* Define if you have the setreuid function. */
+ #undef HAVE_SETREUID
/* Define if you have the setsid function. */
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -r1.127 -r1.128
*** configure 2000年07月12日 05:05:06 1.127
--- configure 2000年07月13日 01:26:58 1.128
***************
*** 3642,3646 ****
nice pathconf pause plock pthread_init \
putenv readlink \
! select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
--- 3642,3647 ----
nice pathconf pause plock pthread_init \
putenv readlink \
! select setegid seteuid setgid \
! setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf \
[...1626 lines suppressed...]
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5657: checking for socklen_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
! #line 5662 "configure"
#include "confdefs.h"
#include <sys/types.h>
--- 5655,5664 ----
EOF
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5658: checking for socklen_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
! #line 5663 "configure"
#include "confdefs.h"
#include <sys/types.h>