aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/config.h.cmake.in
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-31 08:20:22 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-31 08:20:22 +0200
commit2be1ae39068d5fdc7c76344c2249dffb0c08ea46 (patch)
tree51c95048efa3d7181b1f52f7656da6ee5bc354ff /external/unbound/config.h.cmake.in
parentMerge pull request #580 (diff)
parentisblank doesn't need a special case test (diff)
downloadmonero-2be1ae39068d5fdc7c76344c2249dffb0c08ea46.tar.xz
Merge pull request #581
10ae003 isblank doesn't need a special case test (Howard Chu) a090ee9 Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902 (Howard Chu)
Diffstat (limited to 'external/unbound/config.h.cmake.in')
-rw-r--r--external/unbound/config.h.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in
index c64c3babb..861020ecd 100644
--- a/external/unbound/config.h.cmake.in
+++ b/external/unbound/config.h.cmake.in
@@ -216,7 +216,7 @@
#cmakedefine HAVE_IPHLPAPI_H
/* Define to 1 if you have the `isblank' function. */
-#undef HAVE_ISBLANK
+#cmakedefine HAVE_ISBLANK
/* Define to 1 if you have the `kill' function. */
#cmakedefine HAVE_KILL