view loader/config.h @ 19737:9385553b0c7c

r19736: Remove references to obsolete font generators and 404 links. r19740: Remove tvout-voodoo section that only consist of broken link. r19741: Remove reference to gcc-296 section, it's very outdated now.
author voroshil
date Fri, 08 Sep 2006 06:39:19 +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