mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it>
from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
This commit is contained in:
13
os2/include/config.h
Normal file
13
os2/include/config.h
Normal file
@ -0,0 +1,13 @@
|
||||
#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()
|
Reference in New Issue
Block a user