view loader/config.h @ 18969:d4f149d41554

DOCS/xml/hu synced with r18973
author Gabrov
date Sun, 09 Jul 2006 09:27:09 +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