summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-07 23:40:04 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-07 23:40:04 +0000
commitd694b81c6544304373b3d0ba2ab11f65b72f6867 (patch)
tree3ad918fbde27f0aa70fb167c445b119644ab2b22 /src/systty.h
parent7b9d96bb6df4a904dcfdeb709796fa08520d82e6 (diff)
downloademacs-d694b81c6544304373b3d0ba2ab11f65b72f6867.tar.gz
Add NO_TERMIO conditional.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 2171a960465..1324286c7fb 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef __DGUX
#include <sys/ioctl.h>
#endif
+#ifndef NO_TERMIO
#include <termio.h>
+#endif /* not NO_TERMIO */
#include <fcntl.h>
#else
#ifdef HAVE_TERMIOS