]> sjero.net Git - wget/blobdiff - src/options.h
Gisle's MS-DOS support
[wget] / src / options.h
index 7fda95e3a47098ad010ea328c24beff0345f2d86..5fc49e2a69b2438bbede7bb78cfc89ebab9f1039 100644 (file)
@@ -131,6 +131,10 @@ struct options
   bool debug;                  /* Debugging on/off */
 #endif
 
+#ifdef MSDOS
+  bool wdebug;                  /* Watt-32 tcp/ip debugging on/off */
+#endif
+
   bool timestamping;           /* Whether to use time-stamping. */
 
   bool backup_converted;       /* Do we save pre-converted files as *.orig? */