Files
bind9/bin/named
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
..
2019-04-24 09:31:04 +10:00
2019-06-27 16:32:29 -07:00
2019-02-06 22:13:05 +00:00
2019-05-10 04:51:22 +00:00
2019-05-10 04:51:22 +00:00
2019-05-10 04:51:22 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-07-03 10:00:28 -07:00