mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:53:34 +03:00
build: make HTTP_ONLY build options also disable websockets
Closes #20525
This commit is contained in:
parent
4fb5c916fd
commit
f659b82c2a
3 changed files with 5 additions and 1 deletions
|
|
@ -263,6 +263,9 @@
|
|||
# ifndef CURL_DISABLE_TFTP
|
||||
# define CURL_DISABLE_TFTP
|
||||
# endif
|
||||
# ifndef CURL_DISABLE_WEBSOCKETS
|
||||
# define CURL_DISABLE_WEBSOCKETS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue