diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-14 22:20:50 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-14 22:20:50 +0400 |
commit | 56b591bcb2c91ab8af7def656f115e2e794a2b8a (patch) | |
tree | 47e1100e382e1b5fe104b6f0a357902f1e3c2d34 /config.h.in | |
parent | 32e13585b6bd05acb30b7747f6ce22b94079bbb0 (diff) | |
download | rspamd-56b591bcb2c91ab8af7def656f115e2e794a2b8a.tar.gz rspamd-56b591bcb2c91ab8af7def656f115e2e794a2b8a.zip |
* Allow to use other composites inside a composite's expression
Fix for cmake 2.6.
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 eefb541bc..c1ac287cb 100644 --- a/config.h.in +++ b/config.h.in @@ -191,6 +191,7 @@ #cmakedefine GLIB_RE_COMPAT 1 #cmakedefine GLIB_UNISCRIPT_COMPAT 1 #cmakedefine GLIB_HASH_COMPAT 1 +#cmakedefine PARAM_H_HAS_BITSET 1 #define RVERSION "${RSPAMD_VERSION}" #define RID "${ID}" |