Using C++ preprocessor directives, is it possible to test if a preprocessor symbol has been defined but has no value? Something like that:
#define MYVARIABLE
#if MYVARIABLE==0 My answer must be at least 30 chars, so that should do it!
#if MYVARIABLE==0