# HG changeset patch # User Richard M. Stallman # Date 732754690 0 # Node ID 560f7fcb759c74875f07b91627637a3e77ba87b6 # Parent 1380ea427deed4fd0bc8eb45cbe07c3664af910f (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. diff -r 1380ea427dee -r 560f7fcb759c src/s/dgux.h --- a/src/s/dgux.h Sun Mar 21 08:22:37 1993 +0000 +++ b/src/s/dgux.h Sun Mar 21 22:58:10 1993 +0000 @@ -218,7 +218,8 @@ * seem to wait for the output to drain properly, so use System V. */ -/* #define HAVE_TERMIO */ +#define HAVE_TERMIO +#define SIGNALS_VIA_CHARACTERS /* * DG/UX 4.10 needs the following to turn on berkeley ioctl's.