Print "Metalink" in Features if Metalink support is enabled.
This commit is contained in:
committed by
Daniel Stenberg
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 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user