From a66821f1d1347e83db68c068b41d9975ed55c2a5 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 13 Feb 2010 10:46:36 +0000 Subject: [PATCH] Explicitly turn on forms and centering for consistency reasons. --- platform/apple2enh/contiki-conf.h | 4 +++- platform/c64/contiki-conf.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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