mirror of
https://github.com/curl/curl.git
synced 2026-07-28 09:13:07 +03:00
curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output
This commit is contained in:
parent
82232bbbaf
commit
edeb1ae65f
3 changed files with 12 additions and 3 deletions
|
|
@ -104,6 +104,13 @@ const NameValue setopt_nv_CURLUSESSL[] = {
|
|||
NVEND,
|
||||
};
|
||||
|
||||
const NameValue setopt_nv_CURL_NETRC[] = {
|
||||
NV(CURL_NETRC_IGNORED),
|
||||
NV(CURL_NETRC_OPTIONAL),
|
||||
NV(CURL_NETRC_REQUIRED),
|
||||
NVEND,
|
||||
};
|
||||
|
||||
/* These mappings essentially triplicated - see
|
||||
* tool_libinfo.c and tool_paramhlp.c */
|
||||
const NameValue setopt_nv_CURLPROTO[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue