view loader/config.h @ 20111:b6042b4c91ce

sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
author gpoirier
date Sun, 08 Oct 2006 17:19: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