--- trunk/grubby/grubby.c 2012/02/17 23:21:08 1693 +++ trunk/grubby/grubby.c 2012/02/17 23:23:07 1694 @@ -36,7 +36,9 @@ #include #include +#ifndef DEBUG #define DEBUG 0 +#endif #if DEBUG #define dbgPrintf(format, args...) fprintf(stderr, format , ## args)