|
|
Choosing A Webhost: |
HAVE_SELECT bugette: msg#00029web.wget.general
[I sent this message a few weeks ago but looking at it in the web archives, it appears that my broken mail client (Lotus Notes) removed the newlines from the patch somehow, so it was unreadable. I am resending the message using pine.] If HAVE_SELECT is not set then init.c will fail to compile because it expects a field 'timeout' in the opt struct, but this field is not there when HAVE_SELECT is unset. The fix is to make the "timeout" option also conditional on HAVE_SELECT: --- wget-1.8.2/src/init.c Sat May 18 04:05:19 2002 +++ wget-1.8.2-new/src/init.c Tue Jan 7 17:34:00 2003 @@ -192,7 +192,9 @@ { "sslcertkey", &opt.sslcertkey, cmd_file }, { "egdfile", &opt.sslegdsock, cmd_file }, #endif /* HAVE_SSL */ +#ifdef HAVE_SELECT { "timeout", &opt.timeout, cmd_time }, +#endif /* HAVE_SELECT */ { "timestamping", &opt.timestamping, cmd_boolean }, { "tries", &opt.ntry, cmd_number_inf }, { "useproxy", &opt.use_proxy, cmd_boolean }, -- Ed Avis <eavis@xxxxxxxxxxx>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: dev. of wget (was Re: Removing files and directories not present on remote FTP server, Aaron S. Hawley |
|---|---|
| Next by Date: | wget with Router, Dieter Kuntz |
| Previous by Thread: | Removing files and directories not present on remote FTP server, Nick Earle |
| Next by Thread: | wget with Router, Dieter Kuntz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |