view loader/config.h @ 19890:441f1e2d7559

synced with r19895
author Gabrov
date Mon, 18 Sep 2006 17:32:20 +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