diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2020-01-16 16:02:58 +0100 |
---|---|---|
committer | Christian Göttsche <cgzones@googlemail.com> | 2020-01-16 16:02:58 +0100 |
commit | 1a7a4a3d89d7048e5c69998b80e224273cece794 (patch) | |
tree | f6255a200d1727d16a3c856580e13738260c8ffb /config.h.in | |
parent | 7e0bf487c39571d8fd228a2802f544ac11faa481 (diff) | |
download | rspamd-1a7a4a3d89d7048e5c69998b80e224273cece794.tar.gz rspamd-1a7a4a3d89d7048e5c69998b80e224273cece794.zip |
[Minor] remove unused examplesdir
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 04a5a8010..e711af6d6 100644 --- a/config.h.in +++ b/config.h.in @@ -217,7 +217,6 @@ #define RSPAMD_RUNDIR "${RUNDIR}" #define RSPAMD_LOGDIR "${LOGDIR}" #define RSPAMD_DBDIR "${DBDIR}" -#define RSPAMD_EXAMPLESDIR "${EXAMPLESDIR}" #define RSPAMD_PLUGINSDIR "${PLUGINSDIR}" #define RSPAMD_LUALIBDIR "${LUALIBDIR}" #define RSPAMD_RULESDIR "${RULESDIR}" |