view loader/config.h @ 11475:c615d753501f

check whether termcap is provided by tinfo patch by Torinthiel <torinthiel@wp.pl>
author attila
date Sun, 16 Nov 2003 09:25:13 +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