X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=config.h.cmake;h=1903b287c59635f90c73ffc47e0adbe54fb33d90;hb=6387f5442ec92f56f2bdaa7379b7caf02e91938c;hp=521fcb96f6bc15884f167ab0261d33a23558968a;hpb=e8762a04048194bb4310da67962638fab5410f6b;p=icinga2 diff --git a/config.h.cmake b/config.h.cmake index 521fcb96f..1903b287c 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,6 @@ #ifndef CONFIG_H #define CONFIG_H -#cmakedefine HAVE_COUNTER_MACRO #cmakedefine HAVE_BACKTRACE_SYMBOLS #cmakedefine HAVE_PIPE2 #cmakedefine HAVE_VFORK @@ -22,4 +21,8 @@ #define ICINGA_USER "${ICINGA2_USER}" #define ICINGA_GROUP "${ICINGA2_GROUP}" +#define ICINGA_BUILD_HOST_NAME "${ICINGA2_BUILD_HOST_NAME}" +#define ICINGA_BUILD_COMPILER_NAME "${ICINGA2_BUILD_COMPILER_NAME}" +#define ICINGA_BUILD_COMPILER_VERSION "${ICINGA2_BUILD_COMPILER_VERSION}" + #endif /* CONFIG_H */