bind9/bin
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
..
check named-checkconf -i: ignore deprecate warnings 2019-06-28 11:02:59 +02:00
confgen add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
delv add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
dig add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
dnssec bin/dnssec/dnssec-signzone.c: Protect global variables by making them atomic 2019-07-03 00:05:34 -04:00
named fix broken windows build 2019-07-03 12:17:27 -04:00
nsupdate add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
pkcs11 Rename OPENSSL_INCLUDES to OPENSSL_CFLAGS in AX_CHECK_OPENSSL() macro 2019-06-25 12:36:01 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
python prep 9.15.0 2019-05-10 04:39:43 +00:00
rndc Mark some managed-keys instances deprecated 2019-07-01 10:31:33 +02:00
tests Add and use keyfile_to_key_id() helper function 2019-06-28 14:05:04 +02:00
tools dnstap-read: clear buffer before expanding it 2019-06-28 12:43:51 +02:00
win32/BINDInstall Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00