Mercurial > emacs
changeset 18096:25c6c100c16b
(signal): Define only if not NO_DGUX_SIGNAL_REDEF.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Jun 1997 23:48:38 +0000 |
parents | 3cfea0947d1c |
children | ce2004da4ccd |
files | src/s/dgux.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */