dns plugin: Check for "struct ip6_ext".
authorFlorian Forster <octo@collectd.org>
Thu, 11 Jun 2015 06:46:54 +0000 (07:46 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jun 2015 06:46:54 +0000 (07:46 +0100)
commit21ba59f8197dba0a72dbf5186bc0a5d7e5074496
tree1f1fb49fc4423386b7ce7c5661f1a725e87c191d
parent39f51b526f3801ff1dd212ae431f0b22193ddb06
dns plugin: Check for "struct ip6_ext".

Solaris appears to declare the struct, but only when The Right defines
are specified at compile time. As a quick and dirty fix, only build with
IPv6 support when the struct is usable.

Fixes: #348
configure.ac
src/utils_dns.c