]> sjero.net Git - wget/blobdiff - src/options.h
--no-match-server-timestamps
[wget] / src / options.h
index bf039dd69a2383abc936fb0db01cbd9892cb1690..5488e2687d6d4ecf1f301f76f47005918b1fde02 100644 (file)
@@ -88,7 +88,7 @@ struct options
   char *user;                  /* Generic username */
   char *passwd;                        /* Generic password */
   bool ask_passwd;              /* Ask for password? */
-  
+
   bool always_rest;            /* Always use REST. */
   char *ftp_user;              /* FTP username */
   char *ftp_passwd;            /* FTP password */
@@ -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
 
@@ -233,7 +233,7 @@ struct options
     prefer_none
   } prefer_family;             /* preferred address family when more
                                   than one type is available */
-  
+
   bool content_disposition;    /* Honor HTTP Content-Disposition header. */
   bool auth_without_challenge;  /* Issue Basic authentication creds without
                                    waiting for a challenge. */
@@ -246,6 +246,9 @@ struct options
   int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
 #endif /* def __VMS */
 
+  bool matchservertimestamps;  /* Update downloaded files' timestamps to
+                                  match those on server? */
+
 };
 
 extern struct options opt;