diff src/systty.h @ 3557:009b22e07a63

Add NO_TERMIO conditional.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 23:40:04 +0000
parents e177111a0442
children 507f64624555
line wrap: on
line diff
--- a/src/systty.h	Mon Jun 07 23:35:09 1993 +0000
+++ b/src/systty.h	Mon Jun 07 23:40:04 1993 +0000
@@ -26,7 +26,9 @@
 #ifdef __DGUX
 #include <sys/ioctl.h>
 #endif
+#ifndef NO_TERMIO
 #include <termio.h>
+#endif /* not NO_TERMIO */
 #include <fcntl.h>
 #else
 #ifdef HAVE_TERMIOS