aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_rcl.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-13 17:59:29 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-13 17:59:29 +0000
commit3893d490abaa275fcadf180ff4ffc88e159f5c04 (patch)
tree82dc18af36134dd65de33ede1ce14f40af792a26 /src/cfg_rcl.h
parent3fba18a9c6ffa24e7f31afd7bd6bb4ede464e51d (diff)
downloadrspamd-3893d490abaa275fcadf180ff4ffc88e159f5c04.tar.gz
rspamd-3893d490abaa275fcadf180ff4ffc88e159f5c04.zip
Add support of path variables.
Support expanding of path variables in rspamd: - $CONFDIR: configuration directory - $LOCALSTATESDIR: local states directory - $INSTALLPREFIX: installation prefix - $VERSION: rspamd version
Diffstat (limited to 'src/cfg_rcl.h')
-rw-r--r--src/cfg_rcl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cfg_rcl.h b/src/cfg_rcl.h
index 6949c48aa..272272ab4 100644
--- a/src/cfg_rcl.h
+++ b/src/cfg_rcl.h
@@ -50,7 +50,8 @@ struct rspamd_rcl_struct_parser {
RSPAMD_CL_FLAG_INT_16 = 0x1 << 5,
RSPAMD_CL_FLAG_INT_32 = 0x1 << 6,
RSPAMD_CL_FLAG_INT_64 = 0x1 << 7,
- RSPAMD_CL_FLAG_INT_SIZE = 0x1 << 8
+ RSPAMD_CL_FLAG_INT_SIZE = 0x1 << 8,
+ RSPAMD_CL_FLAG_STRING_PATH = 0x1 << 9
} flags;
};