diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h
index 3017cefb4..b3a9225af 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.5 2007/09/05 10:59:45 oliverschmidt Exp $
+ * $Id: contiki-conf.h,v 1.6 2007/11/26 21:38:32 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@@ -45,4 +45,6 @@
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
+#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
+
#endif /* __CONTIKI_CONF_H__ */
diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h
index 3c23f55d4..148dbaf15 100644
--- a/platform/c64/contiki-conf.h
+++ b/platform/c64/contiki-conf.h
@@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt
*
- * $Id: contiki-conf.h,v 1.7 2007/09/05 11:00:03 oliverschmidt Exp $
+ * $Id: contiki-conf.h,v 1.8 2007/11/26 21:39:14 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@@ -45,4 +45,6 @@
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
+#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
+
#endif /* __CONTIKI_CONF_H__ */