summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-08 14:30:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-08 14:30:32 +0100
commitfb16fbafaadcd6bc0a8fbde20c8434a69bef0f10 (patch)
tree0687196922d2428cc98b0cb303462b8b8989f18e /osd.h
parenta40c8b8a98ed026b27f18a5e6c6f8bfae5f6068b (diff)
downloadvdr-fb16fbafaadcd6bc0a8fbde20c8434a69bef0f10.tar.gz
vdr-fb16fbafaadcd6bc0a8fbde20c8434a69bef0f10.tar.bz2
KBD active by default; no more 'ncurses' necessary for KBD1.1.19
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index 2cd2f4bf..5f1ec96f 100644
--- a/osd.h
+++ b/osd.h
@@ -4,13 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 1.37 2002/11/24 10:32:29 kls Exp $
+ * $Id: osd.h 1.38 2002/12/08 12:21:26 kls Exp $
*/
#ifndef __OSD_H
#define __OSD_H
-#if defined(DEBUG_OSD) || defined(REMOTE_KBD)
+#if defined(DEBUG_OSD)
#include <ncurses.h>
#endif
#include "config.h"