From: Miek Gieben Date: Mon, 9 Jan 2006 10:34:51 +0000 (+0000) Subject: don't include rr.h in rr.h X-Git-Tag: release-1.1.0~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b29464842d07497b3fdc2d796310db1ddcdfb4f2;p=thirdparty%2Fldns.git don't include rr.h in rr.h --- diff --git a/TODO b/TODO index 40445212..e5d2e27f 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,8 @@ Current TODO list Post 1.0 Stuff: --------------- + o Make drill a worthy dig replacement wrt to + DNSSEC debugging o Dname compression o A /fast/ impl. for holding a zone (and retrieving data from it) o refactor ldns_verify_rrsig_keylist and @@ -22,6 +24,4 @@ DONE: 1.0.1: ------ o Fix what needs to be fixed - o Make drill a worthy dig replacement wrt to - DNSSEC debugging diff --git a/ldns/rr.h b/ldns/rr.h index 161d3095..cbb0d96e 100644 --- a/ldns/rr.h +++ b/ldns/rr.h @@ -13,7 +13,6 @@ #include #include -#include #include /** Maximum length of a dname label */ diff --git a/libdns.doxygen b/libdns.doxygen index d6daa1b6..a5d3583e 100644 --- a/libdns.doxygen +++ b/libdns.doxygen @@ -569,7 +569,7 @@ COLS_IN_ALPHA_INDEX = 5 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. -IGNORE_PREFIX = +IGNORE_PREFIX = ldns_ #--------------------------------------------------------------------------- # configuration options related to the HTML output @@ -1041,7 +1041,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and