Initial revision
[LeanCalc.git] / calc / calc / terminal.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__TERMINAL_H__)
7 #define __TERMINAL_H__
8
9
10 /* determine the type of terminal interface */
11 #if !defined(USE_TERMIOS)
12 #if !defined(USE_TERMIO)
13 #if !defined(USE_SGTTY)
14 /* use termios */
15 #define USE_TERMIOS  /* <termios.h> */
16 #undef USE_TERMIO    /* <termio.h> */
17 #undef USE_SGTTY     /* <sys/ioctl.h> */
18 #endif
19 #endif
20 #endif
21
22
23 #endif /* !__TERMINAL_H__ */