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:
parent
c2121a73a9
commit
d2d846a3d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue