diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-26 18:51:31 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-26 18:51:31 +0300 |
commit | 120980beba47758d7627038760382ee57f0d33ab (patch) | |
tree | 2213a14df2f90bf79a0a4f1a30be27a30b2a9a7a /config.h.in | |
parent | cfb5348f75790ef694edd5a9c131890eeceec204 (diff) | |
download | rspamd-120980beba47758d7627038760382ee57f0d33ab.tar.gz rspamd-120980beba47758d7627038760382ee57f0d33ab.zip |
* Fix logging when process is starting
* Add -t option for config testing
* Try to search default config in install prefix not in current directory
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 23d08ee36..23aabf666 100644 --- a/config.h.in +++ b/config.h.in @@ -224,6 +224,8 @@ #include <gmime/gmime.h> #endif +#define CMAKE_PREFIX "${CMAKE_INSTALL_PREFIX}" + /* Forwarded declaration */ struct module_ctx; struct config_file; |