aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/configure_checks.cmake (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24unbound: fix getaddrinfo detection for 32-bit windowsBen Boeckel1-1/+11
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-24unbound: fix type checkingBen Boeckel1-2/+2
2014-10-23unbound: import cmake build systemBen Boeckel1-0/+208