mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:03:34 +03:00
curl_setup: Disable SMB/CIFS support when HTTP only
This commit is contained in:
parent
db6bcbd83f
commit
5691325440
1 changed files with 3 additions and 0 deletions
|
|
@ -190,6 +190,9 @@
|
|||
# ifndef CURL_DISABLE_GOPHER
|
||||
# define CURL_DISABLE_GOPHER
|
||||
# endif
|
||||
# ifndef CURL_DISABLE_SMB
|
||||
# define CURL_DISABLE_SMB
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue