Disable the internal webserver at build time.

This commit is contained in:
Oliver Jowett 2016-07-10 11:56:31 +01:00
parent 9a10ef4886
commit e4ceea33da
5 changed files with 30 additions and 2 deletions

View file

@ -95,8 +95,10 @@ struct stats {
// total messages:
uint32_t messages_total;
#ifdef ENABLE_WEBSERVER
// network:
uint32_t http_requests;
#endif
// CPR decoding:
unsigned int cpr_surface;