From 5f00c067f863f812a740dc209b1fb829f04042eb Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 26 Jul 2018 14:54:21 -0400 Subject: add auto generated config.h --- include/hotstuff/util.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/hotstuff/util.h b/include/hotstuff/util.h index 42c0135..2b02cfd 100644 --- a/include/hotstuff/util.h +++ b/include/hotstuff/util.h @@ -1,6 +1,7 @@ #ifndef _HOTSTUFF_UTIL_H #define _HOTSTUFF_UTIL_H +#include "hotstuff/config.h" #include "salticidae/util.h" namespace hotstuff { @@ -12,12 +13,12 @@ class Logger: public salticidae::Logger { extern Logger logger; -#ifdef HOTSTUFF_DEBUG_LOG +#ifdef HOTSTUFF_ENABLE_DEBUG_LOG #define HOTSTUFF_NORMAL_LOG #define HOTSTUFF_ENABLE_LOG_DEBUG #endif -#ifdef HOTSTUFF_NORMAL_LOG +#ifdef HOTSTUFF_ENABLE_NORMAL_LOG #define HOTSTUFF_ENABLE_LOG_INFO #define HOTSTUFF_ENABLE_LOG_WARN #endif -- cgit v1.2.3