bind9/lib/bind9
Evan Hunt 6a7e805796 add a search for GeoIP2 libraries in configure
- "--with-geoip" is used to enable the legacy GeoIP library.
- "--with-geoip2" is used to enable the new GeoIP2 library
  (libmaxminddb), and is on by default if the library is found.
- using both "--with-geoip" and "--with-geoip2" at the same time
  is an error.
- an attempt is made to determine the default GeoIP2 database path at
  compile time if pkg-config is able to report the module prefix. if
  this fails, it will be necessary to set the path in named.conf with
  geoip-directory
- Makefiles have been updated, and a stub lib/dns/geoip2.c has been
  added for the eventual GeoIP2 search implementation.

(cherry picked from commit fea6b5bf10)
2019-06-27 16:25:28 -07:00
..
include name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00
win32 only the debug build was fixed previously; release needs fixing too 2018-12-17 17:10:33 -05:00
api prep 9.14.2 2019-05-10 04:51:22 +00:00
check.c warn about the use of trusted-keys and managed-keys for the same name 2019-05-08 21:59:35 -07:00
getaddresses.c Assume always working getaddrinfo/getnameinfo implemenation 2018-08-28 10:31:48 +02:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
version.c address win32 build issues 2018-05-22 16:32:21 -07:00