diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-08 17:08:38 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-08 17:31:43 +0100 |
commit | 10d67f5c800831b0dd152bf8708237b6b69c9e51 (patch) | |
tree | 4d71bb69f8b039df8fa0e4227e45e9cbeba4b00f /config.h.in | |
parent | 7b1dd5c1a0e3fdcfba31453731fb46361d637bf6 (diff) | |
download | rspamd-10d67f5c800831b0dd152bf8708237b6b69c9e51.tar.gz rspamd-10d67f5c800831b0dd152bf8708237b6b69c9e51.zip |
[Minor] Check for cached libevent time routines
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 cb38c87f4..66f287e03 100644 --- a/config.h.in +++ b/config.h.in @@ -42,6 +42,8 @@ #cmakedefine HAVE_IPV6_V6ONLY 1 #cmakedefine HAVE_LIBAIO_H 1 #cmakedefine HAVE_LIBEVENT2 1 +#cmakedefine HAVE_EVENT_NO_CACHE_TIME_FLAG 1 +#cmakedefine HAVE_EVENT_NO_CACHE_TIME_FUNC 1 #cmakedefine HAVE_LIBGEN_H 1 #cmakedefine HAVE_LIBUTIL_H 1 #cmakedefine HAVE_LOCALE_H 1 |