X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=5fc49e2a69b2438bbede7bb78cfc89ebab9f1039;hp=7fda95e3a47098ad010ea328c24beff0345f2d86;hb=df8b19a28eee02f23178584737080001ce8873d1;hpb=a5ac5eaee8c0e40955e91a23bcaa107c7abc087e diff --git a/src/options.h b/src/options.h index 7fda95e3..5fc49e2a 100644 --- a/src/options.h +++ b/src/options.h @@ -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? */