Files
bind9/lib/dns
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-07-03 10:00:28 -07:00
2019-05-13 10:52:48 +07:00
2019-06-27 16:32:29 -07:00
2019-06-19 15:54:22 -07:00
2019-03-14 13:51:30 -07:00
2018-11-22 11:52:08 +00:00
2019-02-18 17:40:56 -05:00
2019-05-07 10:27:18 +10:00
2018-11-22 11:52:08 +00:00
2018-11-28 12:00:16 -05:00
2018-12-11 11:32:24 +01:00
2018-12-11 11:32:24 +01:00
2018-12-11 11:32:24 +01:00
2019-01-09 23:44:26 +01:00
2018-11-22 11:52:08 +00:00
2019-06-25 09:48:59 +10:00
2019-02-18 17:40:56 -05:00
2019-01-09 23:44:26 +01:00
2018-11-22 11:52:08 +00:00
2019-06-04 15:48:52 +10:00
2018-11-22 11:51:49 +00:00
2018-11-14 15:26:27 -05:00
2018-11-14 20:17:04 -08:00
2018-12-11 11:32:24 +01:00
2019-05-13 10:52:48 +07:00
2018-12-06 10:29:10 -08:00
2018-11-22 11:52:08 +00:00
2019-01-09 23:44:26 +01:00
2019-04-06 12:41:36 -07:00
2018-11-22 11:52:08 +00:00
2018-11-22 11:52:08 +00:00
2019-03-14 09:01:12 +11:00
2019-02-19 09:17:03 +11:00
2018-11-22 11:52:08 +00:00
2019-01-31 09:01:23 -08:00
2019-02-18 17:39:08 -05:00