2 * DO NOT EDIT -- generated by the Makefile
6 #if !defined(__TERMINAL_H__)
10 /* determine the type of terminal interface */
11 #if !defined(USE_TERMIOS)
12 #if !defined(USE_TERMIO)
13 #if !defined(USE_SGTTY)
15 #define USE_TERMIOS /* <termios.h> */
16 #undef USE_TERMIO /* <termio.h> */
17 #undef USE_SGTTY /* <sys/ioctl.h> */
23 #endif /* !__TERMINAL_H__ */