diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-10 17:35:49 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-10 17:35:49 +0000 |
commit | 091633c9af89efaf1d93944b90f931b119af2462 (patch) | |
tree | c3ef979699fba1ee2169022be1cc17dd00851170 /config.h.in | |
parent | 83940fa64f41f0cdba8e52326c91c8dca1588b68 (diff) | |
download | rspamd-091633c9af89efaf1d93944b90f931b119af2462.tar.gz rspamd-091633c9af89efaf1d93944b90f931b119af2462.zip |
[Feature] Add LOCAL_CONFDIR option
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index db1a63d97..50a17c0a5 100644 --- a/config.h.in +++ b/config.h.in @@ -174,6 +174,7 @@ #define uthash_free(ptr,sz) g_slice_free1(sz, ptr) #define RSPAMD_CONFDIR "${CONFDIR}" +#define RSPAMD_LOCAL_CONFDIR "${LOCAL_CONFDIR}" #define RSPAMD_RUNDIR "${RUNDIR}" #define RSPAMD_LOGDIR "${LOGDIR}" #define RSPAMD_DBDIR "${DBDIR}" |