#ifndef HSC_DEBUG_H
#define HSC_DEBUG_H
/*
 * hsc/debug_hsc.h
 *
 * hsc debugging defines.
 *
 * (C) by Tommy-Saftwörx 1996
 *
*/

#ifdef DEBUG_UGLY

#define DEBUG_HSC_OUTPUT 0

#else

#define DEBUG_HSC_OUTPUT 0

#endif /* DEBUG_HSC */

#endif  /* HSC_DEBUG_H */

