1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

lws: make LWS_WITH_SERVER_STATUS optional

This commit is contained in:
Steffen Vogel 2017-09-16 16:33:21 +02:00
parent 0aed3abb60
commit c1329c8590

View file

@ -20,6 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
#ifdef LWS_WITH_SERVER_STATUS
#include <jansson.h>
#include "plugin.h"
@ -51,3 +53,5 @@ static struct plugin p = {
};
REGISTER_PLUGIN(&p)
#endif /* LWS_WITH_SERVER_STATUS */