Explicitly turn on forms and centering for consistency reasons.
This commit is contained in:
parent
7ef7efecd8
commit
a66821f1d1
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $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
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $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
|
||||
|
|
Loading…
Reference in a new issue