#ifndef CONFIG_H #define CONFIG_H #define DEBUG_DIVIDE false #define DBS( s, x ) if( DEBUG_ ##s ) { x; } (void)0 #endif