From: Richard M. Stallman Date: Tue, 23 Nov 1993 22:03:23 +0000 (+0000) Subject: (SIGNALS_VIA_CHARACTERS): Defined. X-Git-Tag: emacs-19.34~10708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77fb57d8098ea347f9c71b52d608e50f6328f39e;p=emacs.git (SIGNALS_VIA_CHARACTERS): Defined. --- 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 @@ #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. */