comparison lirc_mp.c @ 4823:d25b898c4c44

Make old and new lirc support independant from each other
author albeu
date Sat, 23 Feb 2002 21:18:40 +0000
parents cc9d4e489a0d
children
comparison
equal deleted inserted replaced
4822:3e2c7bf57035 4823:d25b898c4c44
11 */ 11 */
12 12
13 // hack, will be remove later when ./configure fixed... 13 // hack, will be remove later when ./configure fixed...
14 #include "config.h" 14 #include "config.h"
15 15
16 #ifdef HAVE_LIRC 16 #if defined(HAVE_LIRC) && ! defined (HAVE_NEW_INPUT)
17 17
18 #include "mp_msg.h" 18 #include "mp_msg.h"
19 #include "help_mp.h" 19 #include "help_mp.h"
20 20
21 // start of LIRC support 21 // start of LIRC support