api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD
This commit is contained in:
parent
eabed8defe
commit
a2d3bf1e4d
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ LWS_VISIBLE LWS_EXTERN void lwsl_hexdump(void *buf, size_t len);
|
|||
|
||||
#define LWS_FEATURE_SERVE_HTTP_FILE_HAS_OTHER_HEADERS_ARG
|
||||
|
||||
/* the struct libwebsocket_protocols has the id field present */
|
||||
#define LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD
|
||||
|
||||
|
||||
enum libwebsocket_context_options {
|
||||
LWS_SERVER_OPTION_REQUIRE_VALID_OPENSSL_CLIENT_CERT = 2,
|
||||
|
|
Loading…
Add table
Reference in a new issue