danicoin/external/unbound
Ben Boeckel c696492549 unbound: fix getaddrinfo detection for 32-bit windows
On Windows, getaddrinfo is part of the Windows API and as such is
__stdcall, not __cdecl, so check_function_exists fails because the
declaration doesn't match the mangling __stdcall has. Instead, use a
header to include the symbol as declared on the system and use
check_symbol_exists instead.

Tested-By: greatwolf on IRC
2014-10-24 17:40:52 -04:00
..
compat added unbound to external deps 2014-10-05 23:44:31 +02:00
contrib added unbound to external deps 2014-10-05 23:44:31 +02:00
daemon added unbound to external deps 2014-10-05 23:44:31 +02:00
dns64 added unbound to external deps 2014-10-05 23:44:31 +02:00
dnstap added unbound to external deps 2014-10-05 23:44:31 +02:00
doc added unbound to external deps 2014-10-05 23:44:31 +02:00
iterator added unbound to external deps 2014-10-05 23:44:31 +02:00
ldns added unbound to external deps 2014-10-05 23:44:31 +02:00
libunbound added unbound to external deps 2014-10-05 23:44:31 +02:00
pythonmod added unbound to external deps 2014-10-05 23:44:31 +02:00
services added unbound to external deps 2014-10-05 23:44:31 +02:00
smallapp added unbound to external deps 2014-10-05 23:44:31 +02:00
testcode added unbound to external deps 2014-10-05 23:44:31 +02:00
util added unbound to external deps 2014-10-05 23:44:31 +02:00
validator added unbound to external deps 2014-10-05 23:44:31 +02:00
winrc added unbound to external deps 2014-10-05 23:44:31 +02:00
ac_pkg_swig.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
aclocal.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
acx_nlnetlabs.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
acx_python.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
ax_pthread.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
CMakeLists.txt unbound: plumb the libdir up 2014-10-24 15:29:56 -04:00
config.guess added unbound to external deps 2014-10-05 23:44:31 +02:00
config.h.cmake.in unbound: import cmake build system 2014-10-23 16:42:35 -04:00
config.h.in added unbound to external deps 2014-10-05 23:44:31 +02:00
config.sub added unbound to external deps 2014-10-05 23:44:31 +02:00
configure added unbound to external deps 2014-10-05 23:44:31 +02:00
configure.ac added unbound to external deps 2014-10-05 23:44:31 +02:00
configure_checks.cmake unbound: fix getaddrinfo detection for 32-bit windows 2014-10-24 17:40:52 -04:00
install-sh added unbound to external deps 2014-10-05 23:44:31 +02:00
LICENSE added unbound to external deps 2014-10-05 23:44:31 +02:00
ltmain.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
makedist.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
Makefile.in added unbound to external deps 2014-10-05 23:44:31 +02:00
monero-config.sh fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems 2014-10-06 22:29:07 +02:00
README added unbound to external deps 2014-10-05 23:44:31 +02:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf