#define control symbol
and then surround the lines of code as follows:
#ifdef control symbol lines to be compiled if control symbol is defined #else lines to be compiled if control symbol is not defined #endif