bind9/bin
Evan Hunt 2b8cdc06f9 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.

(cherry picked from commit 81fcde5953)
2019-07-03 10:00:28 -07:00
..
check add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
confgen add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
delv add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
dig add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
dnssec add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
named fix broken windows build 2019-07-03 10:00:28 -07:00
nsupdate add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
pkcs11 remove dead code and unnecessary call to pkcs_C_GetAttributeValue 2019-05-13 11:22:33 +07:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
tests Add and use keyfile_to_key_id() helper function 2019-06-28 14:05:44 +02:00
tools dnstap-read: clear buffer before expanding it 2019-06-28 12:46:53 +02:00
win32/BINDInstall Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values 2019-01-30 09:37:38 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00