From 2d7a6a5d94d9fb15849fadf64c4d09feb5e4d3bf Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 27 Jun 2016 11:03:46 +0200 Subject: [PATCH] remove "LWIP_HTTPD_MAX_CGI_PARAMETERS" from httpd.h (has already been moved to httpd_opts.h --- src/include/lwip/apps/httpd.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/lwip/apps/httpd.h b/src/include/lwip/apps/httpd.h index 3a82a181..04c0679c 100644 --- a/src/include/lwip/apps/httpd.h +++ b/src/include/lwip/apps/httpd.h @@ -99,11 +99,6 @@ void http_set_cgi_handlers(const tCGI *pCGIs, int iNumHandlers); #if LWIP_HTTPD_CGI || LWIP_HTTPD_CGI_SSI -/* The maximum number of parameters that the CGI handler can be sent. */ -#ifndef LWIP_HTTPD_MAX_CGI_PARAMETERS -#define LWIP_HTTPD_MAX_CGI_PARAMETERS 16 -#endif - #if LWIP_HTTPD_CGI_SSI /** Define this generic CGI handler in your application. * It is called once for every URI with parameters.