diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-17 15:04:24 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-17 15:04:24 +0300 |
commit | 2300ff734633aa85f5ef52d6310c7253ecc5b4bc (patch) | |
tree | ae67f35413ceb82257304fefbe08c3f74bbb518f /src | |
parent | 0fd2682e113c400af6c43da72543bd75448e5be8 (diff) | |
download | rspamd-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.l | 1 |
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" |