aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-07 23:40:04 +0000
committerRichard M. Stallman1993-06-07 23:40:04 +0000
commitd2d846a3d1fcf81ebd45aaf3e44dada86744fc91 (patch)
tree981ecf5726d586f62fc7b15ecb91f1a08608fc9c /src
parentc2121a73a99132348ccbc4ccbc6d65ea186533c9 (diff)
downloademacs-d2d846a3d1fcf81ebd45aaf3e44dada86744fc91.tar.gz
emacs-d2d846a3d1fcf81ebd45aaf3e44dada86744fc91.zip
Add NO_TERMIO conditional.
Diffstat (limited to 'src')
-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. */
26#ifdef __DGUX 26#ifdef __DGUX
27#include <sys/ioctl.h> 27#include <sys/ioctl.h>
28#endif 28#endif
29#ifndef NO_TERMIO
29#include <termio.h> 30#include <termio.h>
31#endif /* not NO_TERMIO */
30#include <fcntl.h> 32#include <fcntl.h>
31#else 33#else
32#ifdef HAVE_TERMIOS 34#ifdef HAVE_TERMIOS