comparison src/xmms-sid.h @ 810:0c2f8ee6be42

Make debug output compile-time configurable via --enable-debug. Disabled by default.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 12:52:46 +0200
parents f2e023bf718f
children cbba4cf52ff9
comparison
equal deleted inserted replaced
809:8f155eca3612 810:0c2f8ee6be42
26 #include "xs_support.h" 26 #include "xs_support.h"
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 extern "C" { 29 extern "C" {
30 #endif 30 #endif
31
32 /*
33 * Some constants and defines
34 */
35 /* #define to enable spurious debugging messages for development
36 * purposes. Output goes to stderr. See also DEBUG_NP below.
37 */
38 #define DEBUG
39 31
40 /* Define to ISO C99 macro for debugging instead of varargs function. 32 /* Define to ISO C99 macro for debugging instead of varargs function.
41 * This provides more useful information, but is incompatible with 33 * This provides more useful information, but is incompatible with
42 * older standards. If #undef'd, a varargs function is used instead. 34 * older standards. If #undef'd, a varargs function is used instead.
43 */ 35 */