Go to the documentation of this file.
19 #if !defined (TERMINAL_H)
25 #if defined(HAVE_TERMIOS_H)
29 #if defined(HAVE_TERMIO_H)
34 #define TIOCGETP TCGETA
36 #define TIOCSETN TCSETA
38 #define TIOCSETP TCSETAF
39 #define TERMINAL struct termio
45 #include <sys/ioctl.h>
46 #define TERMINAL struct sgttyb