From 7ef7efecd8748dcfa58d5053d5d197a47219ce94 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 13 Feb 2010 10:44:23 +0000 Subject: [PATCH] Without forms, centering and history we can just squeeze in DNS. --- examples/webbrowser/Makefile.c128.defines | 2 +- platform/c128/contiki-conf.h | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/webbrowser/Makefile.c128.defines b/examples/webbrowser/Makefile.c128.defines index 20f3bd82b..7f438d1d1 100644 --- a/examples/webbrowser/Makefile.c128.defines +++ b/examples/webbrowser/Makefile.c128.defines @@ -1 +1 @@ -DEFINES = WITH_CLIENT,WITH_GUI +DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index 337895a29..056c2708b 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.10 2010/02/10 07:43:25 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.11 2010/02/13 10:44:23 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -68,9 +68,11 @@ #define WWW_CONF_WEBPAGE_WIDTH 80 #define WWW_CONF_WEBPAGE_HEIGHT 20 -#define WWW_CONF_HISTORY_SIZE 4 -#define WWW_CONF_MAX_URLLEN 38 +#define WWW_CONF_HISTORY_SIZE 0 +#define WWW_CONF_MAX_URLLEN 40 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20 +#define WWW_CONF_RENDERSTATE 0 +#define WWW_CONF_FORMS 0 #define WWW_CONF_MAX_FORMACTIONLEN 20 #define WWW_CONF_MAX_FORMNAMELEN 20 #define WWW_CONF_MAX_INPUTNAMELEN 20