]> sjero.net Git - wget/blobdiff - src/options.h
Adjustments for MSDOS.
[wget] / src / options.h
index 8afa2523441f2f677d348786c7736e0d105fc0c9..caa7a9cb2959afae7ddefdc278e0c5fe86ede5ee 100644 (file)
@@ -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