danicoin/external
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
..
miniupnpc miniupnpc: clean up build system 2014-10-23 16:42:35 -04:00
unbound unbound: fix getaddrinfo detection for 32-bit windows 2014-10-24 17:40:52 -04:00
CMakeLists.txt unbound: plumb the libdir up 2014-10-24 15:29:56 -04:00