diff --git a/examples/webserver/Makefile.c128.defines b/examples/webserver/Makefile.c128.defines index 0c6ef3678..ac4b8c2d8 100644 --- a/examples/webserver/Makefile.c128.defines +++ b/examples/webserver/Makefile.c128.defines @@ -1 +1 @@ -DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS +DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS,CONNECTIONS=5 diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index 056c2708b..c378d548f 100644 --- a/platform/c128/contiki-conf.h +++ b/platform/c128/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.11 2010/02/13 10:44:23 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.12 2010/04/11 21:34:18 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -63,9 +63,6 @@ #define IRC_CONF_WIDTH 80 #define IRC_CONF_HEIGHT 24 -#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS -#define WEBSERVER_CONF_CFS_CONNS 8 - 3 - #define WWW_CONF_WEBPAGE_WIDTH 80 #define WWW_CONF_WEBPAGE_HEIGHT 20 #define WWW_CONF_HISTORY_SIZE 0