view loader/config.h @ 13402:b08f55cea9ce

Don't output error when testing for JACK. Also _insist_ on a JACK version greater/equal `.3'.
author al
date Mon, 20 Sep 2004 08:48:53 +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