summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-01 23:48:38 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-01 23:48:38 +0000
commitc45be31ed96f82bcfa7bb1422e0c737ac6cd8d97 (patch)
tree23eac622bf56172be2127809b3dd34fe0c26099b /src
parent0fa7ab9711973a56a51e2912ddba59e82bd1cbd4 (diff)
downloademacs-c45be31ed96f82bcfa7bb1422e0c737ac6cd8d97.tar.gz
(signal): Define only if not NO_DGUX_SIGNAL_REDEF.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 6206908e2e2..633777a0e26 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -263,9 +263,11 @@ Boston, MA 02111-1307, USA. */
/* 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 */