bind9/lib
Evan Hunt 81fcde5953 fix broken windows build
The MSVS C compiler requires every struct to have at least one member.
The dns_geoip_databases_t structure had one set of members for
HAVE_GEOIP and a different set for HAVE_GEOIP2, and none when neither
API is in use.

This commit silences the compiler error by moving the declaration of
dns_geoip_databases_t to types.h as an opaque reference, and commenting
out the contents of geoip.h when neither version of GeoIP is enabled.
2019-07-03 12:17:27 -04:00
..
bind9 add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
dns fix broken windows build 2019-07-03 12:17:27 -04:00
irs Mark some managed-keys instances deprecated 2019-07-01 10:31:33 +02:00
isc Define ATOMIC_VAR_INIT() on Windows 2019-07-03 14:27:53 +02:00
isccc Rename OPENSSL_INCLUDES to OPENSSL_CFLAGS in AX_CHECK_OPENSSL() macro 2019-06-25 12:36:01 +02:00
isccfg fix broken windows build 2019-07-03 12:17:27 -04:00
ns Add rules to make sure subdirs are always built before testdirs 2019-07-02 12:32:22 +02:00
samples add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
win32/bindevt Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00