]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
moved the class definition to rdata.h
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 7 Dec 2004 12:57:24 +0000 (12:57 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 7 Dec 2004 12:57:24 +0000 (12:57 +0000)
rr.h

diff --git a/rr.h b/rr.h
index e9cfb8c233366a9b112f6689312ba5852ce717b3..f19359a494481869c39491c91f41dd60c1e3f7c7 100644 (file)
--- a/rr.h
+++ b/rr.h
 
 #include "prototype.h"
 
-/* RFC1035 */
-#define CLASS_IN        1       /* Class IN */
-#define CLASS_CHAOS     3       /* Class CHAOS */
-#define CLASS_HS        4       /* Class HS */
-#define CLASS_ANY       255     /* Class IN */
-
+/* the different RR types */
 #define TYPE_A          1       /* a host address */
 #define TYPE_NS         2       /* an authoritative name server */
 #define TYPE_MD         3       /* a mail destination (Obsolete - use MX) */