summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
Diffstat (limited to 'src/external')
-rw-r--r--src/external/libcares.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/src/external/libcares.m4 b/src/external/libcares.m4
index b235ee21..0a764d34 100644
--- a/src/external/libcares.m4
+++ b/src/external/libcares.m4
@@ -13,17 +13,3 @@ AS_IF([test x"$found_libcares" != xyes],
[-L$sss_extra_libdir])],
[AC_MSG_ERROR([c-ares header files are not installed])])]
)
-
-dnl Check if this particular version of c-ares supports the generic ares_free_data function
-AC_CHECK_LIB([cares],
- [ares_free_data],
- [AC_DEFINE([HAVE_ARES_DATA], 1, [Does c-ares have ares_free_data()?])
- ],
- [ares_data=1],
- [$CARES_LIBS]
-)
-
-AM_CONDITIONAL(BUILD_ARES_DATA, test x$ares_data = x1)
-
-dnl Check if this particular version of c-ares support the new TTL structures
-AC_CHECK_TYPES([struct ares_addrttl, struct ares_addr6ttl], [], [], [#include <ares.h>])