From 674be38fc262aab78ed75141c70e5c02830ca80d Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Tue, 8 Apr 2014 21:39:21 +0200 Subject: Add redis database backend --- src/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 1558ebe09..8a9d7d63d 100644 --- a/src/config.h +++ b/src/config.h @@ -28,6 +28,10 @@ #define USE_LUAJIT 0 #endif +#ifndef USE_REDIS + #define USE_REDIS 0 +#endif + #ifdef USE_CMAKE_CONFIG_H #include "cmake_config.h" #undef PROJECT_NAME @@ -48,6 +52,8 @@ #define USE_LEVELDB CMAKE_USE_LEVELDB #undef USE_LUAJIT #define USE_LUAJIT CMAKE_USE_LUAJIT + #undef USE_REDIS + #define USE_REDIS CMAKE_USE_REDIS #undef VERSION_MAJOR #define VERSION_MAJOR CMAKE_VERSION_MAJOR #undef VERSION_MINOR -- cgit v1.2.3