From 681951c17569c9abca78bb0314ea25004153eecb Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 10 Mar 2017 23:03:45 +0100 Subject: [PATCH] mdns.txt: LWIP_MDNS_STRNCASECMP -> lwip_strnicmp --- doc/mdns.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mdns.txt b/doc/mdns.txt index c3228432..c743b828 100644 --- a/doc/mdns.txt +++ b/doc/mdns.txt @@ -32,9 +32,9 @@ generated. The MDNS code puts its structs on the stack where suitable to reduce dynamic memory allocation. It may use up to 1kB of stack. -MDNS needs a strncasecmp() implementation. If you have one, define -LWIP_MDNS_STRNCASECMP to it. Otherwise the code will provide an implementation -for you. +MDNS (like other apps) needs a strncasecmp()/strnicmp() implementation. +If you have one, define 'lwip_strnicmp' to it. Otherwise the code will provide +an implementation for you. How to use: