[Python-checkins] python/dist/src configure.in,1.320,1.321 configure,1.310,1.311 pyconfig.h.in,1.37,1.38

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 06 Jun 2002 06:03:46 -0700


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

Modified Files:
	configure.in configure pyconfig.h.in 
Log Message:
Stop testing for sigprocmask.  This is a stop gap measure until I work
out how to just activate my code on platforms where I know it works 
(currently only linux/x86).


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.320
retrieving revision 1.321
diff -C2 -d -r1.320 -r1.321
*** configure.in	4 Jun 2002 15:06:02 -0000	1.320
--- configure.in	6 Jun 2002 13:03:40 -0000	1.321
***************
*** 1584,1588 ****
   select setegid seteuid setgid setgroups \
   setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
!  sigaction siginterrupt sigprocmask sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv waitpid _getpty getpriority)
--- 1584,1588 ----
   select setegid seteuid setgid setgroups \
   setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv waitpid _getpty getpriority)

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.310
retrieving revision 1.311
diff -C2 -d -r1.310 -r1.311
*** configure	4 Jun 2002 15:05:56 -0000	1.310
--- configure	6 Jun 2002 13:03:40 -0000	1.311
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.319 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.320 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 11279,11283 ****
  
  
- 
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
--- 11279,11282 ----
***************
*** 11288,11292 ****
   select setegid seteuid setgid setgroups \
   setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
!  sigaction siginterrupt sigprocmask sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv waitpid _getpty getpriority
--- 11287,11291 ----
   select setegid seteuid setgid setgroups \
   setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv waitpid _getpty getpriority

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** pyconfig.h.in	4 Jun 2002 15:06:05 -0000	1.37
--- pyconfig.h.in	6 Jun 2002 13:03:44 -0000	1.38
***************
*** 384,390 ****
  #undef HAVE_SIGNAL_H
  
- /* Define to 1 if you have the `sigprocmask' function. */
- #undef HAVE_SIGPROCMASK
- 
  /* Define to 1 if you have the `sigrelse' function. */
  #undef HAVE_SIGRELSE
--- 384,387 ----