X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=make%2Ftemplate%2Fconfig.h;h=2fbf5c56493f6c807d2308048231da132516cf47;hb=94ce90c588b7d919102a91d3e0f6df4188ae417b;hp=c1e8bd0fcb72c8bf051743b9a73e5f2b0b031faa;hpb=565544fac966b14e046bb3042ab485f79bcf7c9e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/template/config.h b/make/template/config.h index c1e8bd0fc..2fbf5c564 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -19,7 +19,7 @@ #pragma once -#define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@.@VERSION_MINOR@" +#define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@" #define INSPIRCD_VERSION "InspIRCd-@VERSION_FULL@" #define INSPIRCD_CONFIG_PATH "@CONFIG_DIR@" @@ -29,6 +29,7 @@ #ifndef _WIN32 %target include/config.h + %define HAS_ARC4RANDOM_BUF %define HAS_CLOCK_GETTIME %define HAS_EVENTFD #endif