]> git.eshelyaron.com Git - emacs.git/commitdiff
Handle NO_TERMIO in principal HAVE_TERMIOS case.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:22:44 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:22:44 +0000 (21:22 +0000)
src/systty.h

index b07bfa2786055a53108931122c950c3ddf5a19aa..5d651877c95e624395eb6d6c69985e02cb9dc537 100644 (file)
@@ -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>