view loader/config.h @ 16839:1b1b59b160ab

make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
author rfelker
date Sun, 23 Oct 2005 15:35:28 +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