summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-10 21:22:44 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-10 21:22:44 +0000
commitc62e9958651753b648f0264f23f322d183551a3c (patch)
tree315bbdadc058e8acfb36904a7f715160558b65d8
parentabfc2e5fd21a2f8430fff7af6b9481a0a9a8a0db (diff)
downloademacs-c62e9958651753b648f0264f23f322d183551a3c.tar.gz
emacs-c62e9958651753b648f0264f23f322d183551a3c.tar.bz2
emacs-c62e9958651753b648f0264f23f322d183551a3c.zip
Handle NO_TERMIO in principal HAVE_TERMIOS case.
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index b07bfa27860..5d651877c95 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -36,7 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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>