view loader/config.h @ 20353:c9eb8504febd

Do not check for the existence of LIRC devices during autodetection.
author diego
date Sun, 22 Oct 2006 13:19:15 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif