diff options
| author | Richard M. Stallman | 1993-11-23 22:03:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-23 22:03:23 +0000 |
| commit | 77fb57d8098ea347f9c71b52d608e50f6328f39e (patch) | |
| tree | d29c2e27f2b9feb014efa1aade18f523736122f1 /src/s | |
| parent | f603e513068f687d40ebd5f50cf48b33e29754de (diff) | |
| download | emacs-77fb57d8098ea347f9c71b52d608e50f6328f39e.tar.gz emacs-77fb57d8098ea347f9c71b52d608e50f6328f39e.zip | |
(SIGNALS_VIA_CHARACTERS): Defined.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix5-0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 6140f09c61b..cf46d35f763 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -17,6 +17,9 @@ | |||
| 17 | #undef SETUP_SLAVE_PTY | 17 | #undef SETUP_SLAVE_PTY |
| 18 | #endif | 18 | #endif |
| 19 | 19 | ||
| 20 | /* thomas@mathematik.uni-bremen.de says this is needed. */ | ||
| 21 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | ||
| 22 | #define SIGNALS_VIA_CHARACTERS | ||
| 20 | 23 | ||
| 21 | /* Define HAVE_ALLOCA to say that the system provides a properly | 24 | /* Define HAVE_ALLOCA to say that the system provides a properly |
| 22 | working alloca function and it should be used. */ | 25 | working alloca function and it should be used. */ |