pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
752
2003/12/07
21
:
28
:
58
marcus Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
753
2003/12/07
22
:
51
:
35
marcus Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:6570:
esac fi ########################################################################## case "x$pike_cv_sys_os" in xWindows_NT) signal_handler="custom NT" ;;
+
xAmigaOS)
+
signal_handler="custom AmigaOS"
+
;;
+
xLinux) # Linux's stupid thread implementation doesn't survive USE_WAIT_THREAD. signal_handler="SIGCHILD" AC_DEFINE(USE_SIGCHILD) ;; *) # This is valid for at least Solaris, AIX and Darwin. if grep _REENTRANT confdefs.h >/dev/null 2>&1; then signal_handler="wait thread"