dns plugin: Do not use headers from glibc
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 15 May 2019 07:33:02 +0000 (14:33 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Wed, 15 May 2019 07:37:32 +0000 (14:37 +0700)
commitfaa20ef796abc91656c5c583970db9a9f4daf911
tree502f2059dbf18aa7cb8c7f72dfd4f9d65ee5b59d
parentff8b75e1820552a8bbd1832544451723cbde768b
dns plugin: Do not use headers from glibc

glibc has removed __NAMESER and __BIND symbols from their codebase.

There is no benefits of use defines from glibc, so replaced them by numbers.

Closes: #3145
configure.ac
src/utils/dns/dns.c
src/utils/dns/dns.h