diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 07:52:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 07:52:24 +0000 |
commit | 4208412303f9fb171ad9ed626e0b8b054a526dde (patch) | |
tree | 318b34b9a1917dad077403fb0609de1c345da8d4 /src/s | |
parent | 9a8da78e7f36bdc72935b87ed16d20f160bbba4e (diff) | |
download | emacs-4208412303f9fb171ad9ed626e0b8b054a526dde.tar.gz |
(SIGNALS_VIA_CHARACTERS): Defined.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/irix4-0.h | 3 |
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 |