Made webbrowser configuration defaults visible.

This commit is contained in:
oliverschmidt 2007-11-30 21:53:50 +00:00
parent c8e7967710
commit 52436163aa
2 changed files with 10 additions and 8 deletions

View file

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment * This file is part of the Contiki desktop environment
* *
* $Id: htmlparser.c,v 1.7 2007/11/18 01:41:00 oliverschmidt Exp $ * $Id: htmlparser.c,v 1.8 2007/11/30 21:53:50 oliverschmidt Exp $
* *
*/ */
@ -61,12 +61,13 @@ G * (<br>, <p>, <h>), the <li> tag (but does not even try to
* *
*/ */
#include <string.h>
#include "contiki.h"
#include "html-strings.h"
#include "www.h"
#include "htmlparser.h" #include "htmlparser.h"
#include "html-strings.h"
#include "contiki.h"
#include <string.h>
#if 1 #if 1
#define PRINTF(x) #define PRINTF(x)

View file

@ -29,16 +29,17 @@
* *
* This file is part of the "contiki" web browser. * This file is part of the "contiki" web browser.
* *
* $Id: webclient.c,v 1.4 2007/11/18 01:36:59 oliverschmidt Exp $ * $Id: webclient.c,v 1.5 2007/11/30 21:53:50 oliverschmidt Exp $
* *
*/ */
#include <string.h>
#include "contiki-net.h" #include "contiki-net.h"
#include "www.h"
#include "webclient.h" #include "webclient.h"
#include <string.h>
#define WEBCLIENT_TIMEOUT 100 #define WEBCLIENT_TIMEOUT 100
#define WEBCLIENT_STATE_STATUSLINE 0 #define WEBCLIENT_STATE_STATUSLINE 0