diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h
index aedd3ef9b..c7e735f51 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.19 2010/02/10 07:43:25 oliverschmidt Exp $
+ * $Id: contiki-conf.h,v 1.20 2010/02/13 10:46:36 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@@ -63,6 +63,8 @@
#define WWW_CONF_HISTORY_SIZE 4
#define WWW_CONF_MAX_URLLEN 78
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
+#define WWW_CONF_RENDERSTATE 1
+#define WWW_CONF_FORMS 1
#define WWW_CONF_MAX_FORMACTIONLEN 20
#define WWW_CONF_MAX_FORMNAMELEN 20
#define WWW_CONF_MAX_INPUTNAMELEN 20
diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h
index 6aba57f61..9dfab4078 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.20 2010/02/10 07:43:25 oliverschmidt Exp $
+ * $Id: contiki-conf.h,v 1.21 2010/02/13 10:46:36 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@@ -71,6 +71,8 @@
#define WWW_CONF_HISTORY_SIZE 4
#define WWW_CONF_MAX_URLLEN 38
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
+#define WWW_CONF_RENDERSTATE 1
+#define WWW_CONF_FORMS 1
#define WWW_CONF_MAX_FORMACTIONLEN 20
#define WWW_CONF_MAX_FORMNAMELEN 20
#define WWW_CONF_MAX_INPUTNAMELEN 20