Configure the www URL length to the same value used in wget to avoid inconsistencies.
diff --git a/contiki-apple2/conf/www-conf.h b/contiki-apple2/conf/www-conf.h
index 9d1d515..987a640 100644
--- a/contiki-apple2/conf/www-conf.h
+++ b/contiki-apple2/conf/www-conf.h
@@ -32,7 +32,7 @@
  *
  * This file is part of the Contiki desktop environment
  *
- * $Id: www-conf.h,v 1.5 2005/03/15 14:17:09 oliverschmidt Exp $
+ * $Id: www-conf.h,v 1.6 2005/03/29 20:34:23 oliverschmidt Exp $
  *
  */
 #ifndef __WWW_CONF_H__
@@ -52,7 +52,7 @@
 #define WWW_CONF_HISTORY_SIZE 4
 
 /* Defines the maximum length of an URL */
-#define WWW_CONF_MAX_URLLEN 100
+#define WWW_CONF_MAX_URLLEN 78
 
 /* The maxiumum number of widgets (i.e., hyperlinks, form elements) on
    a page. */