]> git.eshelyaron.com Git - emacs.git/commitdiff
(SIGNALS_VIA_CHARACTERS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 22:03:23 +0000 (22:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 22:03:23 +0000 (22:03 +0000)
src/s/irix5-0.h

index 6140f09c61b96f4dcee0382c358077a50b953e72..cf46d35f7634bfa492166091f9686f1e2ca1f585 100644 (file)
@@ -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. */