#ifndef CONFIG_H #define CONFIG_H @TOP@ @BOTTOM@ #ifdef DEBUG #define dout cout #else #include #endif #endif