diff --git a/src/rcsim.c b/src/rcsim.c index 2ae56a39c..d00f259f4 100644 --- a/src/rcsim.c +++ b/src/rcsim.c @@ -36,6 +36,7 @@ #include #include +#if 0 /* if you want use HAVE_XX_HARDWARE, better include config.h :-) */ #include "config.h" @@ -44,6 +45,8 @@ #elif defined (HAVE_COOL_HARDWARE) #define EVENTDEV "/dev/input/input0" #else +#endif +#else /* dreambox and tripledragon do not use a "normal" input device, so we cannot (ab-)use the event repeating function of it. use the neutrino socket instead. */ #include