#define PROP "qqq" #if defined PROP=="VALUE" ... #endif
#define PROP "qqq" const char* VAL = "VALUE"; #if defined PROP==VAL ... #endif