summaryrefslogtreecommitdiff
path: root/os2/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'os2/include/config.h')
-rw-r--r--os2/include/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/os2/include/config.h b/os2/include/config.h
deleted file mode 100644
index bb1e3d9bb0f..00000000000
--- a/os2/include/config.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#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()