diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-23 11:51:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-23 11:51:53 +0100 |
commit | c5e769ec0ce3d7347276809d79d7dcb81aae8324 (patch) | |
tree | aa3f55253232d2a2de9faa9a8370e1c1b956334a /config.h.in | |
parent | 00f687383ae2ea5f3e39840989541e4704887f01 (diff) | |
download | rspamd-c5e769ec0ce3d7347276809d79d7dcb81aae8324.tar.gz rspamd-c5e769ec0ce3d7347276809d79d7dcb81aae8324.zip |
Allow conditional build of snowball.
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 f53f51978..3ecb964be 100644 --- a/config.h.in +++ b/config.h.in @@ -225,6 +225,7 @@ #cmakedefine HAVE_STROPS_H 1 #cmakedefine HAVE_SETSIG 1 #cmakedefine HAVE_OASYNC 1 +#cmakedefine WITH_SNOWBALL 1 /* Configure allocator */ #define uthash_malloc(sz) g_slice_alloc(sz) |