]> git.meshlink.io Git - catta/blobdiff - avahi-core/dns.h
* avahi-core/dns.c: Use a '#define AVAHI_DNS_LABELS_MAX 127' instead of the hard...
[catta] / avahi-core / dns.h
index 4696e00d66cb46d56c692b76f291404cff24528e..d1c06a5b37f1793a9f8ab4f87a39c4575e5edf0b 100644 (file)
@@ -28,6 +28,7 @@
 #define AVAHI_DNS_PACKET_SIZE_MAX 9000
 #define AVAHI_DNS_PACKET_HEADER_SIZE 12
 #define AVAHI_DNS_PACKET_EXTRA_SIZE 48
+#define AVAHI_DNS_LABELS_MAX 127
 
 typedef struct AvahiDnsPacket {
     size_t size, rindex, max_size;