Temporarily removed DNS support to prevent TLS h_errno conflict. Updated CMakeLists

This commit is contained in:
Joseph Henry
2017-12-07 16:45:02 -08:00
parent 78bf7c3a1f
commit de0ce73023
5 changed files with 13 additions and 7 deletions

View File

@@ -514,7 +514,7 @@ happening sooner than they should.
* LWIP_DNS==1: Turn on DNS module. UDP must be available for DNS
* transport.
*/
#define LWIP_DNS 1
#define LWIP_DNS 0
#define LWIP_DNS_API_DECLARE_H_ERRNO 1
/*------------------------------------------------------------------------------