From: Miek Gieben Date: Tue, 7 Dec 2004 12:57:24 +0000 (+0000) Subject: moved the class definition to rdata.h X-Git-Tag: release-0.50~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6118112e8758cd4faa66fe1089ae8e78bae2e1f0;p=thirdparty%2Fldns.git moved the class definition to rdata.h --- diff --git a/rr.h b/rr.h index e9cfb8c2..f19359a4 100644 --- a/rr.h +++ b/rr.h @@ -15,12 +15,7 @@ #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) */