view loader/config.h @ 10910:eb339c10228e

Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.
author lumag
date Sun, 21 Sep 2003 12:59: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