rwrap: If we do not have ns_name_compress() use dn_comp().
authorAndreas Schneider <asn@samba.org>
Thu, 8 Jan 2015 15:32:19 +0000 (16:32 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 12 Jan 2015 16:27:00 +0000 (17:27 +0100)
commit2f37b07dec61f4e4aa92799c4b0857379619f266
treec32c39a265ee2b19a33db98ae45c137aebda8954
parent66910e1ac2db0f69a0dd574eebd91a96abca681e
rwrap: If we do not have ns_name_compress() use dn_comp().

This should fix older Linux versions which do not export
ns_name_compress(). In newer glibc versions dn_comp() calls
ns_name_compress().

Reviewed-by: Jakub Hrozek <jakub.hrozek@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
ConfigureChecks.cmake
config.h.cmake
src/resolv_wrapper.c