mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +03:00
ipfs: add options to disable
- CPPFLAGS: `-DCURL_DISABLE_IPFS` - configure: `--disable-ipfs` - cmake: `-DCURL_DISABLE_IPFS=ON` Fixes #14824 Closes #14827
This commit is contained in:
parent
8b42df3eb1
commit
ce7d0d4137
12 changed files with 71 additions and 4 deletions
|
|
@ -140,6 +140,11 @@ Disable the built-in progress meter
|
|||
|
||||
Disable support for proxies
|
||||
|
||||
## `CURL_DISABLE_IPFS`
|
||||
|
||||
Disable the IPFS/IPNS protocols. This affects the curl tool only, where
|
||||
IPFS/IPNS protocol support is implemented.
|
||||
|
||||
## `CURL_DISABLE_RTSP`
|
||||
|
||||
Disable the RTSP protocol.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue