1// Check for GNUMode = 1 by looking for the "linux" define which only exists2// for GNUMode = 1.3#ifdef linux4 #error "Submodule has GNUMode=1"5#endif6