diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-03-21 22:58:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-03-21 22:58:10 +0000 |
commit | 427aa35a107e1eb9cfd734ee9f51821f08f259b5 (patch) | |
tree | a74f0a8765363df6e487d84a3f11e687eb22c9a6 /src/s | |
parent | a61099dd2f73360c853363d0b32bbcbc1e695c29 (diff) | |
download | emacs-427aa35a107e1eb9cfd734ee9f51821f08f259b5.tar.gz |
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/dgux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index f42a2a83d79..437e1106f78 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -218,7 +218,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * 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. |