aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-21 22:58:10 +0000
committerRichard M. Stallman1993-03-21 22:58:10 +0000
commit427aa35a107e1eb9cfd734ee9f51821f08f259b5 (patch)
treea74f0a8765363df6e487d84a3f11e687eb22c9a6 /src
parenta61099dd2f73360c853363d0b32bbcbc1e695c29 (diff)
downloademacs-427aa35a107e1eb9cfd734ee9f51821f08f259b5.tar.gz
emacs-427aa35a107e1eb9cfd734ee9f51821f08f259b5.zip
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h3
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. */
218 * seem to wait for the output to drain properly, so use System V. 218 * seem to wait for the output to drain properly, so use System V.
219 */ 219 */
220 220
221/* #define HAVE_TERMIO */ 221#define HAVE_TERMIO
222#define SIGNALS_VIA_CHARACTERS
222 223
223/* 224/*
224 * DG/UX 4.10 needs the following to turn on berkeley ioctl's. 225 * DG/UX 4.10 needs the following to turn on berkeley ioctl's.