diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 23:40:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 23:40:04 +0000 |
commit | d2d846a3d1fcf81ebd45aaf3e44dada86744fc91 (patch) | |
tree | 981ecf5726d586f62fc7b15ecb91f1a08608fc9c /src/systty.h | |
parent | c2121a73a99132348ccbc4ccbc6d65ea186533c9 (diff) | |
download | emacs-d2d846a3d1fcf81ebd45aaf3e44dada86744fc91.tar.gz |
Add NO_TERMIO conditional.
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 2 |
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 |