1
0
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:
lenz@mysql.com
2002-07-15 18:26:11 +02:00
parent c620486287
commit 3258f23d99
37 changed files with 1083 additions and 3464 deletions

13
os2/include/config.h Normal file
View 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()