aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-17 15:04:24 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-17 15:04:24 +0300
commit2300ff734633aa85f5ef52d6310c7253ecc5b4bc (patch)
treeae67f35413ceb82257304fefbe08c3f74bbb518f /src
parent0fd2682e113c400af6c43da72543bd75448e5be8 (diff)
downloadrspamd-2300ff734633aa85f5ef52d6310c7253ecc5b4bc.tar.gz
rspamd-2300ff734633aa85f5ef52d6310c7253ecc5b4bc.zip
* Add issue to cmake to make perl module as well
* Fix some portability issues (to FreeBSD mainly) * Add script to make modules list
Diffstat (limited to 'src')
-rw-r--r--src/cfg_file.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index c7ef97d18..1845166b2 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -3,6 +3,7 @@
%{
+#define NO_GMIME
#include "config.h"
#include "cfg_file.h"
#include "cfg_yacc.h"