mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:53:32 +03:00
parent
1753de9d7a
commit
0417d323c9
52 changed files with 490 additions and 543 deletions
|
|
@ -51,7 +51,7 @@ static const struct finder conf_list[] = {
|
|||
#ifdef _WIN32
|
||||
{ "USERPROFILE", NULL, FALSE },
|
||||
{ "APPDATA", NULL, FALSE },
|
||||
{ "USERPROFILE", "\\Application Data", FALSE},
|
||||
{ "USERPROFILE", "\\Application Data", FALSE },
|
||||
#endif
|
||||
/* these are for .curlrc if XDG_CONFIG_HOME is not defined */
|
||||
{ "CURL_HOME", "/.config", TRUE },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue