apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.

This commit is contained in:
Gregory Nutt
2015-07-10 11:31:13 -06:00
parent 5abf88abed
commit 48c36800f5
21 changed files with 15 additions and 1228 deletions

View File

@@ -69,7 +69,7 @@
#include <apps/netutils/netlib.h>
#if defined(CONFIG_NSH_DHCPC) || defined(CONFIG_NSH_DNS)
# include <apps/netutils/dnsclient.h>
# include <nuttx/net/dnsclient.h>
# include <apps/netutils/dhcpc.h>
#endif