diff options
Diffstat (limited to 'make/template/config.h')
-rw-r--r-- | make/template/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/template/config.h b/make/template/config.h index 660678b38..c1e8bd0fc 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -21,15 +21,12 @@ #define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@.@VERSION_MINOR@" #define INSPIRCD_VERSION "InspIRCd-@VERSION_FULL@" -#define INSPIRCD_SYSTEM "@SYSTEM_NAME_VERSION@" #define INSPIRCD_CONFIG_PATH "@CONFIG_DIR@" #define INSPIRCD_DATA_PATH "@DATA_DIR@" #define INSPIRCD_LOG_PATH "@LOG_DIR@" #define INSPIRCD_MODULE_PATH "@MODULE_DIR@" -#define INSPIRCD_SOCKETENGINE_NAME "@SOCKETENGINE@" - #ifndef _WIN32 %target include/config.h %define HAS_CLOCK_GETTIME |