mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Separate "https" feature.
This commit is contained in:
parent
e265ef9242
commit
f0790f6412
@ -1,5 +1,8 @@
|
|||||||
2009-06-12 Micah Cowan <micah@cowan.name>
|
2009-06-12 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* build_info.c (library): Handle "https" as a feature in its own
|
||||||
|
right, apart from "gnutls" and "openssl".
|
||||||
|
|
||||||
* host.c: Declare h_errno if no declaration is provided. Idea
|
* host.c: Declare h_errno if no declaration is provided. Idea
|
||||||
thanks to Maciej W. Rozycki.
|
thanks to Maciej W. Rozycki.
|
||||||
|
|
||||||
|
@ -80,6 +80,12 @@ const char* (compiled_features[]) =
|
|||||||
"-md5",
|
"-md5",
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_SSL
|
||||||
|
"+https",
|
||||||
|
#else
|
||||||
|
"-https",
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBGNUTLS
|
#ifdef HAVE_LIBGNUTLS
|
||||||
"+gnutls",
|
"+gnutls",
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user