mirror of
https://github.com/curl/curl.git
synced 2026-08-01 05:28:04 +03:00
lib: --disable-bindlocal builds curl without local binding support
This commit is contained in:
parent
97a79c79a7
commit
e67718eef7
8 changed files with 39 additions and 0 deletions
|
|
@ -37,6 +37,9 @@
|
|||
#include <stdio.h>
|
||||
|
||||
static const char *disabled[]={
|
||||
#ifdef CURL_DISABLE_BINDLOCAL
|
||||
"bindlocal",
|
||||
#endif
|
||||
#ifdef CURL_DISABLE_COOKIES
|
||||
"cookies",
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue