]> git.meshlink.io Git - catta/blobdiff - avahi-core/internal.h
remove the NotFound event, as it is not used anymore
[catta] / avahi-core / internal.h
index 8f18219723f8ad4eccf97c352b1598cdbbc42bfb..813eacd6d2edee6fd1e00d5cdd4404882772435f 100644 (file)
@@ -41,7 +41,7 @@ typedef struct AvahiEntry AvahiEntry;
 #include "multicast-lookup.h"
 #include "dns-srv-rr.h"
 
-#define AVAHI_MAX_LEGACY_UNICAST_REFLECT_SLOTS 100
+#define AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX 100
 
 #define AVAHI_FLAGS_VALID(flags, max) (!((flags) & ~(max)))