diff options
author | LaMont Jones <lamont@debian.org> | 2014-02-11 09:14:58 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2014-02-11 09:14:58 -0700 |
commit | 7cdb110b9ebf118fc9c709ea20d6e2f1905e297c (patch) | |
tree | 26af54e4e9e359b42ecbf91b9ec2d64b1863c2db /config.h.in | |
parent | 3a384dcda13ac017246dedd5d3670145a4426c6a (diff) | |
parent | 7d91c1feeade37e62808c52a5c4c7896f3cf91bc (diff) | |
download | bind9-7cdb110b9ebf118fc9c709ea20d6e2f1905e297c.tar.gz |
initial merge to 9.9.5
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index d0fc095f..8fd08258 100644 --- a/config.h.in +++ b/config.h.in @@ -184,6 +184,9 @@ int sigwait(const unsigned int *set, int *sig); MSVC and with C++ compilers. */ #undef FLEXIBLE_ARRAY_MEMBER +/* Defined if GeoIP supports IPv6 lookups */ +#undef GEOIP_V6 + /* Define to 1 if you have the `chroot' function. */ #undef HAVE_CHROOT @@ -439,6 +442,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you want GeoIP support. */ +#undef SUPPORT_GEOIP + /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME |