view loader/config.h @ 16914:701af802aee7

set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise. this was the default before, too, since a function call was missing and thus the paranoia setting was ignored
author reimar
date Sat, 05 Nov 2005 11:40:06 +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