Files
bind9/lib/dns
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
..
2019-07-03 12:17:27 -04:00
2019-05-13 10:05:03 +07:00
2019-06-27 14:59:09 -07:00
2019-06-19 15:36:28 -07:00
2019-03-14 13:34:59 -07:00
2019-05-08 18:17:55 -07:00
2018-12-11 11:32:24 +01:00
2019-06-25 09:47:24 +10:00
2019-06-05 07:49:23 -07:00
2019-06-04 01:23:01 -04:00
2019-05-21 10:23:17 +00:00
2019-05-13 10:05:03 +07:00
2019-04-06 12:22:49 -07:00
2019-03-13 10:51:56 +11:00