aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/config.h.cmake.in
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-30 16:30:19 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-30 16:30:35 +0200
commitcf88e4dd24edab449765e78b34ec530f08373b68 (patch)
treeb09aa5a4a978f5c4e8061111aa5a238f795d93e1 /external/unbound/config.h.cmake.in
parentMerge pull request #391 (diff)
parentunbound: use the mini event fallback implementation (diff)
downloadmonero-cf88e4dd24edab449765e78b34ec530f08373b68.tar.xz
Merge pull request #394
3c10239 unbound: use the mini event fallback implementation (moneromooo-monero) 4e138a0 dns_utils: remove unnecessary string conversion (moneromooo-monero) f928468 dns_utils: factor the fetching code for different DNS record types (moneromooo-monero) 4ef0da1 dns_utils: simplify string handling and fix leak (moneromooo-monero) ae5f28c dns_utils: add a const where possible (moneromooo-monero) f43d465 dns_utils: lock access to the singleton (moneromooo-monero) 5990344 dns: make ctor private (moneromooo-monero)
Diffstat (limited to 'external/unbound/config.h.cmake.in')
-rw-r--r--external/unbound/config.h.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in
index d9bfebf33..377bcd97f 100644
--- a/external/unbound/config.h.cmake.in
+++ b/external/unbound/config.h.cmake.in
@@ -575,7 +575,8 @@
#cmakedefine USE_GOST
/* Define if you want to use internal select based events */
-#cmakedefine USE_MINI_EVENT
+/* #cmakedefine USE_MINI_EVENT */
+#define USE_MINI_EVENT 1
/* Define this to enable SHA256 and SHA512 support. */
#cmakedefine USE_SHA2