Worked on IPv6-only stack:

- prepared DNS;
- fixed compiling ppp.c
This commit is contained in:
sg
2015-04-13 21:24:40 +02:00
parent 69c337b31d
commit e77e18f8c4
3 changed files with 56 additions and 32 deletions

View File

@@ -36,13 +36,7 @@
#include "lwip/opt.h"
/* @todo/@fixme: implement IPV6 support for DNS (see task #12243) */
#if !LWIP_IPV4 && LWIP_DNS
/* init.c/timers.c compatibility until task #12243 is done: */
#define dns_init()
#define dns_tmr()
#define DNS_TMR_INTERVAL 1000
#elif LWIP_DNS /* don't build if not configured for use in lwipopts.h */
#if LWIP_DNS
#ifdef __cplusplus
extern "C" {