[Python-checkins] python/dist/src configure,1.324,1.325 configure.in,1.335,1.336 pyconfig.h.in,1.45,1.46
loewis@users.sourceforge.net
loewis@users.sourceforge.net
Sun, 28 Jul 2002 09:33:47 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv3899
Modified Files:
configure configure.in pyconfig.h.in
Log Message:
Patch #573770: Implement lchown.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.324
retrieving revision 1.325
diff -C2 -d -r1.324 -r1.325
*** configure 20 Jul 2002 08:51:51 -0000 1.324
--- configure 28 Jul 2002 16:33:42 -0000 1.325
***************
*** 1,4 ****
#! /bin/sh
! # From configure.in Revision: 1.334 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
--- 1,4 ----
#! /bin/sh
! # From configure.in Revision: 1.335 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
***************
*** 11439,11447 ****
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
! nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid setgroups \
--- 11439,11448 ----
+
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
! mremap nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid setgroups \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.335
retrieving revision 1.336
diff -C2 -d -r1.335 -r1.336
*** configure.in 20 Jul 2002 08:51:52 -0000 1.335
--- configure.in 28 Jul 2002 16:33:45 -0000 1.336
***************
*** 1620,1625 ****
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
! nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid setgroups \
--- 1620,1625 ----
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
! hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
! mremap nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid setgroups \
Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** pyconfig.h.in 20 Jul 2002 08:51:52 -0000 1.45
--- pyconfig.h.in 28 Jul 2002 16:33:45 -0000 1.46
***************
*** 212,215 ****
--- 212,218 ----
#undef HAVE_LARGEFILE_SUPPORT
+ /* Define to 1 if you have the `lchown' function. */
+ #undef HAVE_LCHOWN
+
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL