Branch: Tag:

2003-12-07

2003-12-07 22:51:35 by Marcus Comstedt <marcus@mc.pp.se>

AmigaOS signal handler update (incomplete).

Rev: src/configure.in:1.753
Rev: src/signal_handler.c:1.288

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)   
6577:    signal_handler="custom NT"    ;;    +  xAmigaOS) +  signal_handler="custom AmigaOS" +  ;; +     xLinux)    # Linux's stupid thread implementation doesn't survive USE_WAIT_THREAD.    signal_handler="SIGCHILD"