Fixes to errors that I introduced from Pelle Winderstam

This commit is contained in:
Gregory Nutt 2014-07-03 08:12:45 -06:00
parent 8d2a8fc03f
commit 4aafdfd280

View File

@ -88,14 +88,14 @@
# define CONFIG_NETUTILS_HTTPD_MAXPATH PATH_MAX # define CONFIG_NETUTILS_HTTPD_MAXPATH PATH_MAX
#endif #endif
#define HTTPD_MAX_FILENAME CONFIG_HTTPD_MAXPATH #define HTTPD_MAX_FILENAME CONFIG_NETUTILS_HTTPD_MAXPATH
/* Other tunable values. If you need to change these values, please create /* Other tunable values. If you need to change these values, please create
* new configurations in apps/netutils/webserver/Kconfig * new configurations in apps/netutils/webserver/Kconfig
*/ */
#defien HTTPD_MAX_CONTENTLEN 32 #define HTTPD_MAX_CONTENTLEN 32
#defien HTTPD_MAX_HEADERLEN 180 #define HTTPD_MAX_HEADERLEN 180
/**************************************************************************** /****************************************************************************
* Public types * Public types