summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-25 23:29:20 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-25 23:29:20 +0000
commit9f375b0477250be0e39d32f14a06d9e38c51e408 (patch)
treefe838ede03ef74a3af9c7cc160a38aa2d1e69390 /avahi-common
parent185a75dc4080f7f8c79183100e58e84a335d31fb (diff)
redeclared ANY
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1623 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h3
1 files changed, 1 insertions, 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. */