Files
bind9/lib/dns
Evan Hunt f81020a748 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:52:51 -07:00
..
2019-07-03 10:52:51 -07:00
2019-05-13 10:54:10 +07:00
2019-07-02 12:29:44 -07:00
2019-07-02 12:29:39 -07:00
2019-06-19 15:55:05 -07:00
2019-03-14 13:53:04 -07:00
2019-05-07 10:28:48 +10:00
2018-08-10 15:20:58 +02:00
2019-06-25 09:42:49 +10:00
2019-02-19 10:26:00 +11:00
2019-06-04 15:49:16 +10:00
2018-11-15 00:16:35 +00:00
2018-11-15 17:45:44 -08:00
2019-05-13 10:54:10 +07:00
2019-06-11 10:19:26 +02:00
2019-03-14 09:01:31 +11:00
2019-02-19 09:38:09 +11:00
2018-08-10 15:20:58 +02:00
2019-01-31 09:29:22 -08:00
2019-04-12 15:57:15 +02:00
2018-10-30 11:55:12 +11:00