]> sjero.net Git - wget/blobdiff - src/options.h
Automated merge.
[wget] / src / options.h
index 8dc7fee2ad3d34bd0e79afae75769b6bbb95ad33..382fe312c516aae637ba25bf57fe9b9de55f047a 100644 (file)
@@ -239,6 +239,11 @@ struct options
   bool enable_iri;
   char *encoding_remote;
   char *locale;
+
+#ifdef __VMS
+  int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
+#endif /* def __VMS */
+
 };
 
 extern struct options opt;