diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-15 18:42:05 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-15 18:42:05 +0400 |
commit | 6b57031f55ef73619b763c98eadb1dbf82494eac (patch) | |
tree | 8a749d0b5c0ac6c331363a7a3ba871666c2f148c /config.h.in | |
parent | e03d0749928abdff045de0bd2eeb21c5989a94c4 (diff) | |
download | rspamd-6b57031f55ef73619b763c98eadb1dbf82494eac.tar.gz rspamd-6b57031f55ef73619b763c98eadb1dbf82494eac.zip |
* Add lua plugin for checking received headers
* Some tunes to lua API
* Fix bug with http maps
* Optimize installation and make custom prefix for configs
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 e57df9beb..5a7439788 100644 --- a/config.h.in +++ b/config.h.in @@ -289,6 +289,7 @@ #endif #define CMAKE_PREFIX "${CMAKE_INSTALL_PREFIX}" +#define ETC_PREFIX "${ETC_PREFIX}" /* Forwarded declaration */ struct module_ctx; |