summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-26 02:38:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-26 02:38:07 +0000
commit49691c18d8bad22da774970c6b8e767cc7f4b7d6 (patch)
tree7f57242dec8e84dc6b448984adf8fee990e69451 /nuttx/include
parentaa1a45e0b91b62ec15f3cb21413c4f75aec49486 (diff)
downloadpx4-nuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.tar.gz
px4-nuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.tar.bz2
px4-nuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.zip
Add host based test for wget()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/net/uip/webclient.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/include/net/uip/webclient.h b/nuttx/include/net/uip/webclient.h
index 554ec3adf..a20b5eac1 100644
--- a/nuttx/include/net/uip/webclient.h
+++ b/nuttx/include/net/uip/webclient.h
@@ -46,7 +46,9 @@
* Included Files
****************************************************************************/
-#include <nuttx/config.h>
+#ifndef CONFIG_NETUTILS_WEBCLIENT_HOST
+# include <nuttx/config.h>
+#endif
#include <sys/types.h>
/****************************************************************************