view loader/config.h @ 16709:661e71fd3a60

Remove the "How to send patches appendix", the info is in the FAQ.
author diego
date Sat, 08 Oct 2005 18:41:58 +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