18 lines
545 B
C
18 lines
545 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define ARIB25_MAJOR_VERSION @ARIB25_MAJOR_VERSION@
|
|
#define ARIB25_MINOR_VERSION @ARIB25_MINOR_VERSION@
|
|
#define ARIB25_PATCH_VERSION @ARIB25_PATCH_VERSION@
|
|
#define ARIB25_VERSION_NUMBER "@ARIB25_VERSION_NUMBER@"
|
|
#define ARIB25_VERSION_STRING "@ARIB25_VERSION_STRING@"
|
|
|
|
#define BUILD_OS_NAME "@CMAKE_SYSTEM@"
|
|
#define BUILD_CC_NAME "@CMAKE_C_COMPILER_ID@"
|
|
#define BUILD_CC_VERSION "@CMAKE_C_COMPILER_VERSION@"
|
|
#define BUILD_GIT_REVISION "@GIT_REVISION@"
|
|
|
|
#define ELF_INTERP "@ELF_INTERP@"
|
|
|
|
#endif /* CONFIG_H */
|