diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-19 16:17:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-19 16:17:13 +0000 |
commit | 4abb85d399ff5d9ae83dc76a9cfdb416ec13137a (patch) | |
tree | ba4f28252e9bd539bc0e963f44235276c170fb8b /config.h.in | |
parent | c87580806c6e941fe34be0751f928325271ee7eb (diff) | |
download | rspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.tar.gz rspamd-4abb85d399ff5d9ae83dc76a9cfdb416ec13137a.zip |
Rework build and install paths.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index d678e2998..c7e44d846 100644 --- a/config.h.in +++ b/config.h.in @@ -215,9 +215,13 @@ #define uthash_malloc(sz) g_slice_alloc(sz) #define uthash_free(ptr,sz) g_slice_free1(sz, ptr) -#define ETC_PREFIX "${ETC_PREFIX}" -#define LOCALSTATES_PREFIX "${LOCALSTATES_PREFIX}" -#define CMAKE_PREFIX "${CMAKE_INSTALL_PREFIX}" +#define RSPAMD_CONFDIR "${CONFDIR}" +#define RSPAMD_RUNDIR "${RUNDIR}" +#define RSPAMD_LOGDIR "${LOGDIR}" +#define RSPAMD_DBDIR "${DBDIR}" +#define RSPAMD_EXAMPLESDIR "${EXAMPLESDIR}" +#define RSPAMD_PLUGINSDIR "${PLUGINSDIR}" +#define RSPAMD_PREFIX "${CMAKE_INSTALL_PREFIX}" #define RVERSION "${RSPAMD_VERSION}" #define RID "${RSPAMD_ID}" |