]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
don't include rr.h in rr.h
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 9 Jan 2006 10:34:51 +0000 (10:34 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 9 Jan 2006 10:34:51 +0000 (10:34 +0000)
TODO
ldns/rr.h
libdns.doxygen

diff --git a/TODO b/TODO
index 40445212e94e7bbaa87154a68be76a2514373175..e5d2e27f0762cf33ed8a882ff78232097c3dfff9 100644 (file)
--- 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
 
index 161d3095bed6000afa88105ef59face298439ad3..cbb0d96ea6ddcbb6601abc91a2402c50fe9f869c 100644 (file)
--- a/ldns/rr.h
+++ b/ldns/rr.h
@@ -13,7 +13,6 @@
 
 #include <ldns/common.h>
 #include <ldns/rdata.h>
-#include <ldns/rr.h>
 #include <ldns/error.h>
 
 /** Maximum length of a dname label */
index d6daa1b6c9e356e5bd04396230c26092e3f9f3b5..a5d3583ea04edcb1c30eea703c4c8a36069c6a48 100644 (file)
@@ -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