mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
3258f23d99
from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
13 lines
281 B
C
13 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()
|