mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-17 02:48:13 +08:00
e928f36456
Factor out SSI and WS code from http.c HTTP + WS are enabled by default, but MQTT is built without HTTP support as a compilation test. PUBLISHED_FROM=925ed9a55abb193ed7deac1c9675a0e5b35dca50
1.0 KiB
1.0 KiB
title |
---|
Enabling flags |
MG_ENABLE_SSL
Enable SSL/TLS support (OpenSSL API)MG_ENABLE_IPV6
Enable IPV6 supportMG_ENABLE_MQTT
enable MQTT clientMG_ENABLE_MQTT_BROKER
enable MQTT brokerMG_ENABLE_DNS_SERVER
enable DNS serverMG_ENABLE_COAP
enable CoAP protocolMG_ENABLE_HTTP
Enable HTTP protocol support (on by default, set to 0 to disable)MG_ENABLE_HTTP_CGI
Enable CGI supportMG_ENABLE_HTTP_SSI
Enable Server SIde Includes supportMG_ENABLE_HTTP_WEBDAV
enable WebDAV extensions to HTTPMG_ENABLE_HTTP_WEBSOCKET
enable WebSocket extension to HTTP (on by default, =0 to disable)MG_ENABLE_GETADDRINFO
enablegetaddrinfo()
inmg_resolve2()
MG_ENABLE_THREADS
enablemg_start_thread()
API