summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-19 16:17:13 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-19 16:17:13 +0000
commit4abb85d399ff5d9ae83dc76a9cfdb416ec13137a (patch)
treeba4f28252e9bd539bc0e963f44235276c170fb8b /src/main.h
parentc87580806c6e941fe34be0751f928325271ee7eb (diff)
downloadrspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.tar.gz
rspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.zip
Rework build and install paths.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index f169b4f5d..29c8a9f0c 100644
--- a/src/main.h
+++ b/src/main.h
@@ -22,7 +22,7 @@
#include "roll_history.h"
/* Default values */
-#define FIXED_CONFIG_FILE ETC_PREFIX "/rspamd.conf"
+#define FIXED_CONFIG_FILE RSPAMD_CONFDIR "/rspamd.conf"
/* Time in seconds to exit for old worker */
#define SOFT_SHUTDOWN_TIME 10
/* Default metric name */