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:
parent
0aed3abb60
commit
c1329c8590
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue