rwrap: If we do not have ns_name_compress() use dn_comp().
[resolv_wrapper.git] / ConfigureChecks.cmake
index 41bed3a1f9051a0e48e222de061ed89636cfee0f..a68959f87de62e70e91deb5754b5810cb1d2c980 100644 (file)
@@ -94,6 +94,8 @@ check_function_exists(__res_search HAVE___RES_SEARCH)
 check_function_exists(res_nsearch HAVE_RES_NSEARCH)
 check_function_exists(__res_nsearch HAVE___RES_NSEARCH)
 
+check_function_exists(ns_name_compress HAVE_NS_NAME_COMPRESS)
+
 if (UNIX)
     if (NOT LINUX)
         # libsocket (Solaris)