view loader/config.h @ 19304:74b228b3dcb1

Run DVB (HEAD) test only when the corresponding variable is set to auto.
author diego
date Thu, 03 Aug 2006 23:41:35 +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