From bf54fbed126ec3d459af40ea370ffadacd31c76d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 12 Dec 2014 17:10:25 +0100 Subject: RESOLV: Add an internal function to read TTL from a DNS packet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: https://fedorahosted.org/sssd/ticket/1884 Adds an internal resolver function that reads the TTL for SRV records as specified by RFC-2181. Several internal c-ares definitions are used until c-ares contains a function that exposes all this information via a parsing function. Reviewed-by: Pavel Březina --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e5ec204ad..dd64df3d9 100644 --- a/configure.ac +++ b/configure.ac @@ -173,6 +173,7 @@ m4_include([src/external/sasl.m4]) m4_include([src/external/configlib.m4]) m4_include([src/external/libnfsidmap.m4]) m4_include([src/external/cwrap.m4]) +m4_include([src/external/libresolv.m4]) if test x$build_config_lib = xyes; then m4_include([src/external/libaugeas.m4]) -- cgit