diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index b3a9225af..de0b16f2c 100644 --- a/platform/apple2enh/contiki-conf.h +++ b/platform/apple2enh/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.6 2007/11/26 21:38:32 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.7 2007/11/27 22:03:29 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -46,5 +46,6 @@ #define UIP_CONF_LOGGING 1 #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS +#define WEBSERVER_CONF_CFS_CONNS 3 #endif /* __CONTIKI_CONF_H__ */