view loader/config.h @ 20205:5a3ae5ce94cd

sync: radio w/r20051, history.xml w/r14025, usage.xml w/r20041, install.xml w/r20183, documentation.xml r20085 patches by Jerome Ferrari and Pierre Roudier
author gpoirier
date Sat, 14 Oct 2006 15:43:26 +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