1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Add NO_TERMIO conditional.

This commit is contained in:
Richard M. Stallman 1993-06-07 23:40:04 +00:00
parent c2121a73a9
commit d2d846a3d1

View file

@ -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