Skip to content
Snippets Groups Projects
Commit 56913254 authored by Brad Spencer's avatar Brad Spencer Committed by Steve Holme
Browse files

curl_setup: Disable SMB/CIFS support when HTTP only

parent db6bcbd8
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,9 @@
# ifndef CURL_DISABLE_GOPHER
# define CURL_DISABLE_GOPHER
# endif
# ifndef CURL_DISABLE_SMB
# define CURL_DISABLE_SMB
# endif
#endif
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment