view loader/config.h @ 20521:5cf2bd4d0911

convert DOCS/fr and help/help_mp-fr.* to UTF-8
author kraymer
date Mon, 30 Oct 2006 20:22:00 +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