# HG changeset patch # User Richard M. Stallman # Date 865208918 0 # Node ID 25c6c100c16b83142c2add9186e737f32fd93bf4 # Parent 3cfea0947d1ccc02f07164c95ffccc7d4d7f7877 (signal): Define only if not NO_DGUX_SIGNAL_REDEF. diff -r 3cfea0947d1c -r 25c6c100c16b src/s/dgux.h --- a/src/s/dgux.h Sun Jun 01 23:47:01 1997 +0000 +++ b/src/s/dgux.h Sun Jun 01 23:48:38 1997 +0000 @@ -263,9 +263,11 @@ /* can't hurt to define these, even though read/write should auto restart */ #define INTERRUPTIBLE_IO +#ifndef NO_DGUX_SIGNAL_REDEF /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ extern struct sigaction act, oact; #define signal(SIG,FUNC) berk_signal(SIG,FUNC) +#endif #endif /* not NOT_C_CODE */