curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output

This commit is contained in:
Yang Tse 2013-07-22 20:03:27 +02:00
parent 82232bbbaf
commit edeb1ae65f
3 changed files with 12 additions and 3 deletions

View file

@ -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[] = {