From 3d3ee3cc0afeceeb3a017d31ed98067fa3b29b51 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 2 Dec 2021 12:07:45 -0800 Subject: [PATCH] :sparkles: `ADD_USER_OPEN` macro --- ccash_config.hpp.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index 18141c7..3c6cfca 100644 --- a/ccash_config.hpp.in +++ b/ccash_config.hpp.in @@ -37,4 +37,6 @@ etc */ #define API_VERSION 1 -#define MULTI_THREADED @MULTI_THREADED_VAL@ \ No newline at end of file +#define MULTI_THREADED @MULTI_THREADED_VAL@ + +#define ADD_USER_OPEN @ADD_USER_OPEN_VAL@ \ No newline at end of file