diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-25 14:03:42 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-25 14:03:42 +0300 |
commit | b9a9496cc4cd6619fc1a7c6a59d39e7147a9f20e (patch) | |
tree | 43b692bdccc08ae8672ae0b576fbf1e1baaa6a79 /config.h.in | |
parent | 1cd34f5283bcf1d4973a351dc5235094608e3d2d (diff) | |
download | rspamd-b9a9496cc4cd6619fc1a7c6a59d39e7147a9f20e.tar.gz rspamd-b9a9496cc4cd6619fc1a7c6a59d39e7147a9f20e.zip |
* Fix memory corruption and lmtp handling
* Add e-mail address validation in lmtp
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b77d31454..23d08ee36 100644 --- a/config.h.in +++ b/config.h.in @@ -72,6 +72,12 @@ #cmakedefine HAVE_SC_NPROCESSORS_ONLN 1 +#cmakedefine HAVE_VFORK 1 + +#cmakedefine HAVE_WAIT4 1 + +#cmakedefine HAVE_WAITPID 1 + #cmakedefine DEBUG_MODE 1 #define RVERSION "${RSPAMD_VERSION}" |