From 3b78ec8374aac8daa560fa0cd06260fca6eb1500 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 15 Jul 2000 18:00:00 +0200 Subject: Version 0.06 - Added support for LIRC remote control (thanks to Carsten Koch!). There are now three different remote control modes: KBD (PC-Keyboard), RCU and LIRC. See the INSTALL file for information on how to enable either of these modes. The default mode is now KBD, not RCU as before (to make it work immediately even if there is no actual remote control). --- dvbapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dvbapi.h') diff --git a/dvbapi.h b/dvbapi.h index e0c74b0..a43ba0e 100644 --- a/dvbapi.h +++ b/dvbapi.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.10 2000/05/20 14:50:43 kls Exp $ + * $Id: dvbapi.h 1.11 2000/06/24 14:03:57 kls Exp $ */ #ifndef __DVBAPI_H @@ -15,7 +15,7 @@ typedef unsigned int __u32; typedef unsigned short __u16; typedef unsigned char __u8; -#if defined(DEBUG_OSD) || defined(DEBUG_REMOTE) +#if defined(DEBUG_OSD) || defined(REMOTE_KBD) #include #endif #include -- cgit v1.2.3