view loader/config.h @ 14327:54e42c7eb713

Default to audiodump.pcm with nowaveheader again, but document it in the manpage this time.
author reimar
date Mon, 03 Jan 2005 14:16:07 +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