changeset 4539:3541cdf85881

Handle NO_TERMIO in principal HAVE_TERMIOS case.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Aug 1993 21:22:44 +0000
parents 0fd9dd894f9f
children b404e1c17125
files src/systty.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systty.h	Tue Aug 10 21:16:01 1993 +0000
+++ b/src/systty.h	Tue Aug 10 21:22:44 1993 +0000
@@ -36,7 +36,9 @@
 #include <termios.h>		/* termios.h needs to be before termio.h */
 #include <termio.h>
 #else
+#ifndef NO_TERMIO
 #include <termio.h>
+#endif
 #include <termios.h>
 #endif /* _AIX && _I386 */
 #include <fcntl.h>