diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-15 22:10:42 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-15 22:10:42 +0300 |
commit | 0bb8eff9b54d2bba798012137bd3785c3277c401 (patch) | |
tree | 4cb1e38d7ecc28ae1326706dab0629ad924178b2 /config.h.in | |
parent | ea03e94d0a79c2f0f35e05bd6c9d44bf995a3e5b (diff) | |
download | rspamd-0bb8eff9b54d2bba798012137bd3785c3277c401.tar.gz rspamd-0bb8eff9b54d2bba798012137bd3785c3277c401.zip |
* Implement ability to add conditional rules to rspamd.xml
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index ae9afee83..bb8e80a28 100644 --- a/config.h.in +++ b/config.h.in @@ -67,7 +67,8 @@ #cmakedefine HAVE_SYS_PARAM_H 1 #cmakedefine HAVE_SYS_FILE_H 1 #cmakedefine HAVE_SYS_RESOURCE_H 1 -#cmakedefine HAVE_SYS_TIMEB_H 1 +#cmakedefine HAVE_SYS_TIMEB_H 1 +#cmakedefine HAVE_SYS_UTSNAME_H 1 #cmakedefine HAVE_PIDFILE 1 |