1 #ifndef __CONTIKI_CONF_H__
2 #define __CONTIKI_CONF_H__
4 #define CC_CONF_REGISTER_ARGS 1
5 #define CC_CONF_FUNCTION_POINTER_ARGS 1
10 typedef unsigned short clock_time_t;
11 #define CLOCK_CONF_SECOND 1000
17 void clock_set_seconds(
unsigned long s);
18 unsigned long clock_seconds(
void);
26 #include "ctk/ctk-vncarch.h"
29 #define CTK_CONF_MENU_KEY CH_F1
33 #define CTK_CONF_WINDOWSWITCH_KEY CH_ESC
37 #define CTK_CONF_WIDGETDOWN_KEY CH_TAB
41 #define CTK_CONF_WIDGETUP_KEY 1
44 #define CTK_CONF_ICONS 1
47 #define CTK_CONF_ICON_BITMAPS 1
50 #define CTK_CONF_ICON_TEXTMAPS 1
53 #define CTK_CONF_WINDOWS 1
56 #define CTK_CONF_WINDOWMOVE 1
59 #define CTK_CONF_WINDOWCLOSE 1
62 #define CTK_CONF_MENUS 1
66 #define CTK_CONF_MOUSE_SUPPORT 1
69 #define CTK_CONF_MENUWIDTH 16
71 #define CTK_CONF_MAXMENUITEMS 10
75 #define CTK_TERM_CONF_MAX_TELNET_CLIENTS 3
78 #define CTK_TERM_CONF_TELNET_PORT 23
81 #define CTK_TERM_CONF_SERIAL_BUFFER_SIZE 300
87 #define CTK_TERM_CONF_MAX_CLIENTS (CTK_TERM_CONF_MAX_TELNET_CLIENTS+1)
89 #define CTK_VNCSERVER_CONF_NUMCONNS 8
91 #define CTK_VNCSERVER_CONF_MAX_ICONS 8
93 #define EMAIL_CONF_WIDTH 48
94 #define EMAIL_CONF_HEIGHT 16
96 #define IRC_CONF_WIDTH 78
97 #define IRC_CONF_HEIGHT 20
99 #define IRC_CONF_SYSTEM_STRING "ethernut"
102 #define LIBCONIO_CONF_SCREEN_WIDTH 70
103 #define LIBCONIO_CONF_SCREEN_HEIGHT 40
107 #define LOG_CONF_ENABLED 0
109 #define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 10
112 #define SLIP_PORT RS232_PORT_0
114 #define TELNETD_CONF_LINELEN 64
115 #define TELNETD_CONF_NUMLINES 16
118 #define UIP_CONF_MAX_CONNECTIONS 10
119 #define UIP_CONF_MAX_LISTENPORTS 10
120 #define UIP_CONF_BUFFER_SIZE 100
122 #define UIP_CONF_TCP_SPLIT 1
124 #define UIP_CONF_UDP_CONNS 6
126 #define UIP_CONF_FWCACHE_SIZE 1
128 #define UIP_CONF_BROADCAST 1
132 #define WWW_CONF_WEBPAGE_WIDTH 46
133 #define WWW_CONF_WEBPAGE_HEIGHT 25
136 #define WWW_CONF_HISTORY_SIZE 8
139 #define WWW_CONF_MAX_URLLEN 160
143 #define WWW_CONF_MAX_NUMPAGEWIDGETS 30
146 #define WWW_CONF_RENDERSTATE 1
149 #define WWW_CONF_FORMS 1
152 #define WWW_CONF_MAX_FORMACTIONLEN 80
153 #define WWW_CONF_MAX_FORMNAMELEN 40
154 #define WWW_CONF_MAX_INPUTNAMELEN 40
155 #define WWW_CONF_MAX_INPUTVALUELEN 40
157 #define WWW_CONF_PAGEVIEW 1
159 #define HAVE_STDINT_H