X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=d330021868fcea7f99c962622292ce1411aec594;hb=a69cb0c3ad95ccd945154c6a7a3ee28280789bb5;hp=c6f21b5ba6b2efa6b71e14030b388b7c22a94119;hpb=0b056d17201d2bae32857dbec4c8f7a95578cdf9;p=wget diff --git a/src/options.h b/src/options.h index c6f21b5b..d3300218 100644 --- a/src/options.h +++ b/src/options.h @@ -36,9 +36,6 @@ struct options int relative_only; /* Follow only relative links. */ int no_parent; /* Restrict access to the parent directory. */ - int simple_check; /* Should we use simple checking - (strcmp) or do we create a host - hash and call gethostbyname? */ int reclevel; /* Maximum level of recursion */ int dirstruct; /* Do we build the directory structure as we go along? */ @@ -49,7 +46,6 @@ struct options data. */ char *dir_prefix; /* The top of directory tree */ char *lfilename; /* Log filename */ - int no_flush; /* If non-zero, inhibit flushing log. */ char *input_filename; /* Input filename */ int force_html; /* Is the input file an HTML file? */ @@ -96,16 +92,20 @@ struct options char *http_proxy, *ftp_proxy, *https_proxy; char **no_proxy; char *base_href; + char *progress_type; /* progress indicator type. */ char *proxy_user; /*oli*/ char *proxy_passwd; #ifdef HAVE_SELECT long timeout; /* The value of read timeout in seconds. */ #endif + int random_wait; /* vary from 0 .. wait secs by random()? */ long wait; /* The wait period between retrievals. */ long waitretry; /* The wait period between retries. - HEH */ int use_robots; /* Do we heed robots.txt? */ + long limit_rate; /* Limit the download rate to this + many bps. */ long quota; /* Maximum number of bytes to retrieve. */ VERY_LONG_TYPE downloaded; /* How much we downloaded already. */ @@ -139,6 +139,7 @@ struct options int htmlify; /* Do we HTML-ify the OS-dependent listings? */ + char *dot_style; long dot_bytes; /* How many bytes in a printing dot. */ int dots_in_line; /* How many dots in one line. */ @@ -151,14 +152,13 @@ struct options int page_requisites; /* Whether we need to download all files necessary to display a page properly. */ - - struct sockaddr_in *bind_address; /* What local IP address to bind to. */ - + char *bind_address; /* What local IP address to bind to. */ #ifdef HAVE_SSL char *sslcertfile; /* external client cert to use. */ char *sslcertkey; /* the keyfile for this certificate (if not internal) included in the certfile. */ + char *sslegdsock; /* optional socket of the egd daemon */ #endif /* HAVE_SSL */ int cookies;