1 2 3 4 5 6 7
#ifndef VERSION_CONFIG_H #define VERSION_CONFIG_H /* define the API version */ #define TNG_API_VERSION @API_VERSION@ #endif