summaryrefslogtreecommitdiffstats
path: root/src/resolv/async_resolv.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-12-15 01:39:42 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-11 11:12:04 +0100
commit5594736ea2618bb3e487f47fd199e1d2cf4c58fd (patch)
tree20e4f3303994f7855b80aca3038507e38193b424 /src/resolv/async_resolv.h
parentbf54fbed126ec3d459af40ea370ffadacd31c76d (diff)
downloadsssd-5594736ea2618bb3e487f47fd199e1d2cf4c58fd.tar.gz
sssd-5594736ea2618bb3e487f47fd199e1d2cf4c58fd.tar.xz
sssd-5594736ea2618bb3e487f47fd199e1d2cf4c58fd.zip
RESOLV: Remove obsolete in-tree implementation of SRV and TXT parsing
SSSD contained several backwards-compatible definitions of SRV and TXT APIs as well as structures that carry TTL data. These were intended for RHEL-5 and older releases. Since we don't support those upstream, it's better to remove the code -- it has drifted apart from upstream anyway. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/resolv/async_resolv.h')
-rw-r--r--src/resolv/async_resolv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/resolv/async_resolv.h b/src/resolv/async_resolv.h
index 9b08f12ae..109779bb9 100644
--- a/src/resolv/async_resolv.h
+++ b/src/resolv/async_resolv.h
@@ -32,12 +32,6 @@
#include "config.h"
#include "confdb/confdb.h"
-#ifndef HAVE_ARES_DATA
-#include "resolv/ares/ares_parse_srv_reply.h"
-#include "resolv/ares/ares_parse_txt_reply.h"
-#include "resolv/ares/ares_data.h"
-#endif /* HAVE_ARES_DATA */
-
#ifndef RESOLV_DEFAULT_TTL
#define RESOLV_DEFAULT_TTL 7200
#endif /* RESOLV_DEFAULT_TTL */