File: config.h

package info (click to toggle)
mysql-dfsg-4.1 4.1.11a-4sarge8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 86,724 kB
  • ctags: 78,396
  • sloc: ansic: 380,120; cpp: 348,266; sh: 32,501; tcl: 30,484; perl: 20,873; yacc: 5,447; java: 4,610; makefile: 4,406; xml: 3,857; pascal: 1,795; awk: 1,338; asm: 1,064; sed: 772; sql: 503
file content (13 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
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()