#define COMPILE_IT #ifdef COMPILE_IT You can put any text here. The C-preprocessor will include it when the symbol COMPILE_IT is defined #else You can put any text here. The C-preprocessor will include it when the symbol COMPILE_IT is ***NOT*** defined #endif