mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
14 lines
281 B
C
14 lines
281 B
C
|
#include <config-os2.h>
|
||
|
#include <types.h>
|
||
|
|
||
|
#undef HAVE_POSIX_SIGNALS
|
||
|
#undef HAVE_BSD_SIGNALS
|
||
|
#define TERMIO_TTY_DRIVER
|
||
|
|
||
|
#define ScreenCols() 80
|
||
|
#define ScreenRows() 25
|
||
|
|
||
|
#define tputs(a,b,c) puts(a)
|
||
|
#define kbhit _kbhit
|
||
|
//#define _read_kbd(a, b, c) _kbhit()
|