|
|
Choosing A Webhost: |
HAVE_SELECT bugette: msg#00012web.wget.general
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: | --reject problem OR dumb operator (me) problem?, Rodrigo Severo |
|---|---|
| Next by Date: | Long-awaited feature implemented: removing of files and directories not present on remote FTP server, Alexey Dokuchaev |
| Previous by Thread: | --reject problem OR dumb operator (me) problem?, Rodrigo Severo |
| Next by Thread: | Long-awaited feature implemented: removing of files and directories not present on remote FTP server, Alexey Dokuchaev |
| 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 |