view loader/config.h @ 11499:8f3305688c21

double nVidia VIDIx link removed EMPHASIS -> emphasis, wording matroxfb compilation instructions
author wight
date Thu, 20 Nov 2003 11:56:04 +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