C++程序  |  13行  |  436 B

// This is a stand-in for a generated file that is available when Flapper is
// available.

#ifndef FLAPPER_VERSION_H_INCLUDED_
#define FLAPPER_VERSION_H_INCLUDED_

// If Flapper were available, we'd define two things:
//  - FLAPPER_AVAILABLE (to indicate availability), and
//  - FLAPPER_VERSION_STRING (with the version of the Flapper that's available
//    as a string, e.g., "11.2.123.456").

#endif  // FLAPPER_VERSION_H_INCLUDED_