34 #ifndef __CONTIKI_CONF_H__
35 #define __CONTIKI_CONF_H__
39 #define CC_CONF_REGISTER_ARGS 1
40 #define CC_CONF_FUNCTION_POINTER_ARGS 1
41 #define CC_CONF_FASTCALL
42 #define CC_CONF_VA_ARGS 1
49 typedef uint16_t
u16_t;
50 typedef uint32_t
u32_t;
51 typedef int32_t
s32_t;
54 #define UIP_CONF_UDP 1
55 #define UIP_CONF_MAX_CONNECTIONS 40
56 #define UIP_CONF_MAX_LISTENPORTS 40
57 #define UIP_CONF_BUFFER_SIZE 420
58 #define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN
59 #define UIP_CONF_TCP 1
60 #define UIP_CONF_TCP_SPLIT 1
61 #define UIP_CONF_LOGGING 0
62 #define UIP_CONF_UDP_CHECKSUMS 1
65 #define UIP_CONF_IPV6_CHECKS 1
66 #define UIP_CONF_IPV6_QUEUE_PKT 1
67 #define UIP_CONF_IPV6_REASSEMBLY 0
68 #define UIP_CONF_NETIF_MAX_ADDRESSES 3
69 #define UIP_CONF_ND6_MAX_PREFIXES 3
70 #define UIP_CONF_ND6_MAX_NEIGHBORS 4
71 #define UIP_CONF_ND6_MAX_DEFROUTERS 2
72 #define UIP_CONF_ICMP6 1
75 typedef unsigned long clock_time_t;
77 #define CLOCK_CONF_SECOND 1000
79 #define LOG_CONF_ENABLED 1
82 int strcasecmp(
const char*,
const char*);