From 20c3067ff452e4e4604e11ec37479c50a4444de8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 25 Nov 2007 16:50:16 +0000 Subject: Integrated uIP's TELNETD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@408 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/webserver/httpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/netutils/webserver/httpd.h') diff --git a/nuttx/netutils/webserver/httpd.h b/nuttx/netutils/webserver/httpd.h index 7e70ccd41..9b5ba58d5 100644 --- a/nuttx/netutils/webserver/httpd.h +++ b/nuttx/netutils/webserver/httpd.h @@ -70,8 +70,8 @@ * for the thread. Use a default if the user provided no stacksize. */ -#ifndef CONFIG_EXAMPLES_UIP_HTTPDSTACKSIZE -# define CONFIG_EXAMPLES_UIP_HTTPDSTACKSIZE 4096 +#ifndef CONFIG_NETUTILS_HTTPDSTACKSIZE +# define CONFIG_NETUTILS_HTTPDSTACKSIZE 4096 #endif /**************************************************************************** -- cgit v1.2.3