summaryrefslogtreecommitdiffstats
path: root/avahi-core/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/internal.h')
-rw-r--r--avahi-core/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/internal.h b/avahi-core/internal.h
index 8f18219..813eacd 100644
--- a/avahi-core/internal.h
+++ b/avahi-core/internal.h
@@ -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)))