view loader/config.h @ 14968:b5fb8b0b07c5

initial support for SL packetized data, with certain limitations; partly reworked the tables management for a better code reuse
author nicodvb
date Sun, 20 Mar 2005 14:20:59 +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