view loader/config.h @ 18672:f3b0eea2ae9a

Expand and update the Solaris and AIX sections. patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net
author diego
date Sat, 10 Jun 2006 12:24:43 +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