#if defined(A) 
// stuff
#elif defined(B)
// other stuff
#else
#error "You must define either A or B!"
#endif