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