[Python-checkins] python/dist/src configure,1.297,1.298 configure.in,1.307,1.308 pyconfig.h.in,1.28,1.29

loewis@sourceforge.net loewis@sourceforge.net
Sun, 14 Apr 2002 03:19:45 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv28399

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Patch #543447: Add posix.mknod.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.297
retrieving revision 1.298
diff -C2 -d -r1.297 -r1.298
*** configure	12 Apr 2002 17:25:15 -0000	1.297
--- configure	14 Apr 2002 10:19:40 -0000	1.298
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.306 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.307 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 11246,11253 ****
  
  
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
!  hstrerror inet_pton kill killpg link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \
--- 11246,11254 ----
  
  
+ 
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
!  hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.307
retrieving revision 1.308
diff -C2 -d -r1.307 -r1.308
*** configure.in	12 Apr 2002 17:25:21 -0000	1.307
--- configure.in	14 Apr 2002 10:19:42 -0000	1.308
***************
*** 1569,1573 ****
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
!  hstrerror inet_pton kill killpg link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \
--- 1569,1573 ----
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
!  hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** pyconfig.h.in	12 Apr 2002 09:58:45 -0000	1.28
--- pyconfig.h.in	14 Apr 2002 10:19:43 -0000	1.29
***************
*** 261,264 ****
--- 261,267 ----
  #undef HAVE_MKFIFO
  
+ /* Define to 1 if you have the `mknod' function. */
+ #undef HAVE_MKNOD
+ 
  /* Define to 1 if you have the `mktime' function. */
  #undef HAVE_MKTIME