Mercurial > emacs
changeset 2302:560f7fcb759c
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Mar 1993 22:58:10 +0000 |
parents | 1380ea427dee |
children | 00e3cc81c1be |
files | src/s/dgux.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.