summaryrefslogtreecommitdiff
path: root/src/config/const.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
commita087ad9e45ac64f2ae6258f729a68bcc224fe305 (patch)
treee5faa695f9f0173f73d220da332d5cbd7a8876b2 /src/config/const.h
parent1443f47ca63972f737bd9cc0322f77dc416ff2a0 (diff)
downloadhercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.gz
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.bz2
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.xz
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.zip
This is Hercules v2019.10.20r12.5_BUGGY
Diffstat (limited to 'src/config/const.h')
-rw-r--r--src/config/const.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config/const.h b/src/config/const.h
index 4767b5721..df8c07b67 100644
--- a/src/config/const.h
+++ b/src/config/const.h
@@ -49,10 +49,13 @@
/**
* Path within the /db folder to (non-)renewal specific db files
**/
+#define DBPATH_RE "re/"
+#define DBPATH_PRE "pre-re/"
+
#ifdef RENEWAL
- #define DBPATH "re/"
+ #define DBPATH DBPATH_RE
#else
- #define DBPATH "pre-re/"
+ #define DBPATH DBPATH_PRE
#endif
/**