mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 22:58:09 +08:00
7bed7ff482
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
12 lines
360 B
Markdown
12 lines
360 B
Markdown
---
|
|
title: Enabling flags
|
|
---
|
|
|
|
- `MG_ENABLE_SSL` Enable OpenSSL support
|
|
- `MG_ENABLE_IPV6` Enable IPV6 support
|
|
- `MG_ENABLE_THREADS` enable `mg_start_thread()` API
|
|
- `MG_ENABLE_MQTT_BROKER` enable MQTT broker
|
|
- `MG_ENABLE_DNS_SERVER` enable DNS server
|
|
- `MG_ENABLE_COAP` enable CoAP protocol
|
|
- `MG_ENABLE_GETADDRINFO` enable `getaddrinfo()` in `mg_resolve2()`
|