Rename LWIP_MDNS to LWIP_MDNS_RESPONDER

This commit is contained in:
Dirk Ziegelmeier
2016-08-17 12:07:38 +02:00
parent 02d51e3ac5
commit efb7b3d5f8
5 changed files with 13 additions and 13 deletions

View File

@@ -247,10 +247,10 @@ netif_add(struct netif *netif,
/* netif not under AutoIP control by default */
netif->autoip = NULL;
#endif /* LWIP_AUTOIP */
#if LWIP_MDNS
#if LWIP_MDNS_RESPONDER
/* netif not using MDNS by default */
netif->mdns = NULL;
#endif /* LWIP_MDNS */
#endif /* LWIP_MDNS_RESPONDER */
#if LWIP_IPV6_AUTOCONFIG
/* IPv6 address autoconfiguration not enabled by default */
netif->ip6_autoconfig_enabled = 0;