changeset 5143:f051791645a2

(SIGNALS_VIA_CHARACTERS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 22:03:23 +0000
parents 2d8ae66d6906
children 9083db1526b4
files src/s/irix5-0.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-0.h	Tue Nov 23 21:51:54 1993 +0000
+++ b/src/s/irix5-0.h	Tue Nov 23 22:03:23 1993 +0000
@@ -17,6 +17,9 @@
 #undef SETUP_SLAVE_PTY
 #endif
 
+/* thomas@mathematik.uni-bremen.de says this is needed.  */
+/* Make process_send_signal work by "typing" a signal character on the pty.  */
+#define SIGNALS_VIA_CHARACTERS
 
 /* Define HAVE_ALLOCA to say that the system provides a properly
    working alloca function and it should be used. */