mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Wrap the use of opt.random_file in HAVE_SSL.
This commit is contained in:
parent
c4a5b4dfc7
commit
b633022e24
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* init.c (commands): Wrap the use of opt.random_file in #ifdef
|
||||||
|
HAVE_SSL.
|
||||||
|
|
||||||
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c (gethttp): Correctly set the user agent.
|
* http.c (gethttp): Correctly set the user agent.
|
||||||
|
@ -211,7 +211,9 @@ static struct {
|
|||||||
{ "proxyuser", &opt.proxy_user, cmd_string },
|
{ "proxyuser", &opt.proxy_user, cmd_string },
|
||||||
{ "quiet", &opt.quiet, cmd_boolean },
|
{ "quiet", &opt.quiet, cmd_boolean },
|
||||||
{ "quota", &opt.quota, cmd_bytes_large },
|
{ "quota", &opt.quota, cmd_bytes_large },
|
||||||
|
#ifdef HAVE_SSL
|
||||||
{ "randomfile", &opt.random_file, cmd_file },
|
{ "randomfile", &opt.random_file, cmd_file },
|
||||||
|
#endif
|
||||||
{ "randomwait", &opt.random_wait, cmd_boolean },
|
{ "randomwait", &opt.random_wait, cmd_boolean },
|
||||||
{ "readtimeout", &opt.read_timeout, cmd_time },
|
{ "readtimeout", &opt.read_timeout, cmd_time },
|
||||||
{ "reclevel", &opt.reclevel, cmd_number_inf },
|
{ "reclevel", &opt.reclevel, cmd_number_inf },
|
||||||
|
Loading…
Reference in New Issue
Block a user