]> sjero.net Git - wget/blobdiff - src/options.h
Steven Schweda's VMS patch.
[wget] / src / options.h
index a4fa2f0de8bd43841464c97726f66c438b1df45a..e0d7521da4f054e61e2930c287b5cda4d6be94cb 100644 (file)
@@ -235,7 +235,12 @@ struct options
   
   bool content_disposition;    /* Honor HTTP Content-Disposition header. */
   bool auth_without_challenge;  /* Issue Basic authentication creds without
-                                   waiting for a challenge. */
+                                  waiting for a challenge. */
+
+#ifdef __VMS
+  int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
+#endif /* def __VMS */
+
 };
 
 extern struct options opt;