getdns/src/getdns
Jim Hague 5db0d03b13 Enable building on Windows with Visual Studio.
The change mostly consists of removing or replacing non-standard (usually POSIX) header includes.

Guards for replacements for inet_ntop(), inet_pton() and gettimeofday() are updated; the first two are macros on Windows, so the guards are changed to HAVE_DECL. gettimeofday() is present on MinGW builds but not Visual Studio, so that has a function check.
2019-10-15 10:09:17 +01:00
..
getdns.h.in DOA & AMTRELAY RR types implementation 2019-02-15 13:36:39 +01:00
getdns_ext_libev.h Event loop extension functions documentation 2017-04-12 11:21:25 +02:00
getdns_ext_libevent.h Event loop extension functions documentation 2017-04-12 11:21:25 +02:00
getdns_ext_libuv.h Event loop extension functions documentation 2017-04-12 11:21:25 +02:00
getdns_extra.h.in Enable building on Windows with Visual Studio. 2019-10-15 10:09:17 +01:00