mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
Print "Metalink" in Features if Metalink support is enabled.
This commit is contained in:
parent
dde279ed31
commit
963bcde476
@ -1566,6 +1566,9 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
if(curlinfo->features & feats[i].bitmask)
|
if(curlinfo->features & feats[i].bitmask)
|
||||||
printf("%s ", feats[i].name);
|
printf("%s ", feats[i].name);
|
||||||
}
|
}
|
||||||
|
#ifdef HAVE_LIBMETALINK
|
||||||
|
printf("Metalink ");
|
||||||
|
#endif /* HAVE_LIBMETALINK */
|
||||||
puts(""); /* newline */
|
puts(""); /* newline */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user