1 2 3 4 5 6 7 8
#ifndef COMPAT_H #define COMPAT_H #include "../build/feature.h" extern const char feature_string[]; #endif