From 9f375b0477250be0e39d32f14a06d9e38c51e408 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Tue, 25 Dec 2007 23:29:20 +0000 Subject: redeclared ANY git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1623 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/avahi-common/defs.h b/avahi-common/defs.h index 81b853d..4980e34 100644 --- a/avahi-common/defs.h +++ b/avahi-common/defs.h @@ -293,8 +293,7 @@ enum { /** DNS record classes, see RFC 1035 */ enum { - AVAHI_DNS_CLASS_IN = 0x01, /* used for mostly everything */ - AVAHI_DNS_CLASS_ANY = 0xFF /* TSIG records are class ANY */ + AVAHI_DNS_CLASS_IN = 0x01 /* used for mostly everything */ }; /** The default TTL for RRs which contain a host name of some kind. */ -- cgit