summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-26 07:52:24 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-26 07:52:24 +0000
commit4208412303f9fb171ad9ed626e0b8b054a526dde (patch)
tree318b34b9a1917dad077403fb0609de1c345da8d4 /src/s
parent9a8da78e7f36bdc72935b87ed16d20f160bbba4e (diff)
downloademacs-4208412303f9fb171ad9ed626e0b8b054a526dde.tar.gz
(SIGNALS_VIA_CHARACTERS): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix4-0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 1e945bdc0fe..51c34e575d2 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -9,6 +9,9 @@
#undef NEED_SIOCTL
+/* Make process_send_signal work by "typing" a signal character on the pty. */
+#define SIGNALS_VIA_CHARACTERS
+
/* use K&R C */
#ifndef __GNUC__
#define C_SWITCH_MACHINE -cckr