Fixed build (and fine tuned conf files)
diff --git a/contiki-apple2/conf/www-conf.h b/contiki-apple2/conf/www-conf.h
index b994455..93bbea6 100644
--- a/contiki-apple2/conf/www-conf.h
+++ b/contiki-apple2/conf/www-conf.h
@@ -32,12 +32,14 @@
  *
  * This file is part of the Contiki desktop environment
  *
- * $Id: www-conf.h,v 1.2 2004/06/08 20:28:33 oliverschmidt Exp $
+ * $Id: www-conf.h,v 1.3 2004/06/09 22:06:32 oliverschmidt Exp $
  *
  */
 #ifndef __WWW_CONF_H__
 #define __WWW_CONF_H__
 
+#define WWW_CONF_HOMEPAGE "http://www.apple2.org/"
+
 /* The size of the HTML viewing area. */
 #define WWW_CONF_WEBPAGE_WIDTH 36
 #define WWW_CONF_WEBPAGE_HEIGHT 16
@@ -62,6 +64,7 @@
 #define WWW_CONF_MAX_FORMACTIONLEN  30
 #define WWW_CONF_MAX_FORMNAMELEN    20
 #define WWW_CONF_MAX_INPUTNAMELEN   20
-#define WWW_CONF_MAX_INPUTVALUELEN  34
+
+#define WWW_CONF_MAX_INPUTVALUELEN  (WWW_CONF_WEBPAGE_WIDTH - 1)
 
 #endif /* __WWW_CONF_H__ */