#define COMPILE_IT 1 #if COMPILE_IT You can put any text here. The C-preprocessor will keep it when the above value is NON-ZERO #else You can put any text here. The C-preprocessor will keep it when the above value is ZERO #endif