1 // This is a stand-in for a generated file that is available when Flapper is 2 // available. 3 4 #ifndef FLAPPER_VERSION_H_INCLUDED_ 5 #define FLAPPER_VERSION_H_INCLUDED_ 6 7 // If Flapper were available, we'd define two things: 8 // - FLAPPER_AVAILABLE (to indicate availability), and 9 // - FLAPPER_VERSION_STRING (with the version of the Flapper that's available 10 // as a string, e.g., "11.2.123.456"). 11 12 #endif // FLAPPER_VERSION_H_INCLUDED_ 13