X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=caa7a9cb2959afae7ddefdc278e0c5fe86ede5ee;hp=cc0d20e635094253cff5072446072ec1f3ff799e;hb=f3e634a8b280d1da57e7403bd275fe2b075f7676;hpb=fb0946c7fc6f1831894e8fd67389c0bc74a387b8 diff --git a/src/options.h b/src/options.h index cc0d20e6..caa7a9cb 100644 --- a/src/options.h +++ b/src/options.h @@ -1,6 +1,6 @@ /* struct options. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -132,7 +132,7 @@ struct options bool debug; /* Debugging on/off */ #endif -#ifdef MSDOS +#ifdef USE_WATT32 bool wdebug; /* Watt-32 tcp/ip debugging on/off */ #endif @@ -162,7 +162,7 @@ struct options bool delete_after; /* Whether the files will be deleted after download. */ - bool html_extension; /* Use ".html" extension on all text/html? */ + bool adjust_extension; /* Use ".html" extension on all text/html? */ bool page_requisites; /* Whether we need to download all files necessary to display a page properly. */