]> granicus.if.org Git - python/commitdiff
Stop testing for sigprocmask. This is a stop gap measure until I work
authorMichael W. Hudson <mwh@python.net>
Thu, 6 Jun 2002 13:03:44 +0000 (13:03 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 6 Jun 2002 13:03:44 +0000 (13:03 +0000)
out how to just activate my code on platforms where I know it works
(currently only linux/x86).

configure
configure.in
pyconfig.h.in

index affb7c39766dfa389f4b91c4a2e33ff3f1021845..6dc7caef51650e584a2d769b3d54f06bed2720e9 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.319 .
+# From configure.in Revision: 1.320 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -11276,7 +11276,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
 
 
 
-
 
 
 for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
@@ -11287,7 +11286,7 @@ for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
  putenv readlink \
  select setegid seteuid setgid setgroups \
  setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
- sigaction siginterrupt sigprocmask sigrelse strftime strptime symlink \
+ sigaction siginterrupt sigrelse strftime strptime symlink \
  sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  truncate uname unsetenv waitpid _getpty getpriority
 do
index ffdc279412a59c81724561876d9be9ee3881419d..609ffcb9f5d02cc5fdee437f0b4925ee33cf11d3 100644 (file)
@@ -1583,7 +1583,7 @@ AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \
  putenv readlink \
  select setegid seteuid setgid setgroups \
  setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
- sigaction siginterrupt sigprocmask sigrelse strftime strptime symlink \
+ sigaction siginterrupt sigrelse strftime strptime symlink \
  sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  truncate uname unsetenv waitpid _getpty getpriority)
 
index bf616d433e95eccbd435c869356a7a9ff7efa766..86bd6c8ddbc31afe65e426a3de692a2c94af2fd8 100644 (file)
 /* Define to 1 if you have the <signal.h> header file. */
 #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