mirror of
https://github.com/curl/curl.git
synced 2026-07-30 02:28:04 +03:00
Print "Metalink" in Features if Metalink support is enabled.
This commit is contained in:
parent
dde279ed31
commit
963bcde476
1 changed files with 3 additions and 0 deletions
|
|
@ -1566,6 +1566,9 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
if(curlinfo->features & feats[i].bitmask)
|
||||
printf("%s ", feats[i].name);
|
||||
}
|
||||
#ifdef HAVE_LIBMETALINK
|
||||
printf("Metalink ");
|
||||
#endif /* HAVE_LIBMETALINK */
|
||||
puts(""); /* newline */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue