2010-10-25 15:34:28 +02:00
|
|
|
|
|
|
|
|
2013-11-24 16:57:08 +01:00
|
|
|
#ifndef WEBSERVER_AJAX_CONF_H_
|
|
|
|
#define WEBSERVER_AJAX_CONF_H_
|
2010-10-25 15:34:28 +02:00
|
|
|
|
|
|
|
#undef WITH_RIME
|
|
|
|
#define WITH_RIME 1
|
|
|
|
|
|
|
|
#undef ENERGEST_CONF_ON
|
|
|
|
#define ENERGEST_CONF_ON 1
|
|
|
|
|
|
|
|
#undef UIP_CONF_ROUTER
|
|
|
|
#define UIP_CONF_ROUTER 0
|
|
|
|
|
|
|
|
#undef WITH_SERIAL_LINE_INPUT
|
|
|
|
#define WITH_SERIAL_LINE_INPUT 0
|
|
|
|
|
|
|
|
/* Needed for communicating with other nodes outside the LoWPAN,
|
|
|
|
as UDP checksum is not optional in IPv6. */
|
|
|
|
#undef UIP_CONF_UDP_CHECKSUMS
|
|
|
|
#define UIP_CONF_UDP_CHECKSUMS 1
|
|
|
|
|
|
|
|
|
2013-11-24 16:57:08 +01:00
|
|
|
#endif /* WEBSERVER_AJAX_CONF_H_ */
|