From edeb1ae65f903b216363dd4200ce33418dfd4eb4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 22 Jul 2013 20:03:27 +0200 Subject: curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output --- src/tool_setopt.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/tool_setopt.c') diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 19439923a..cb93e1117 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -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[] = { -- cgit v1.2.3