diff 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
line wrap: on
line diff
--- a/lirc_mp.c	Sat Feb 23 21:17:26 2002 +0000
+++ b/lirc_mp.c	Sat Feb 23 21:18:40 2002 +0000
@@ -13,7 +13,7 @@
 // hack, will be remove later when ./configure fixed...
 #include "config.h"
 
-#ifdef HAVE_LIRC
+#if defined(HAVE_LIRC) && ! defined (HAVE_NEW_INPUT)
 
 #include "mp_msg.h"
 #include "help_mp.h"