]> sjero.net Git - wget/blobdiff - src/options.h
Steven Schweda's VMS patch.
[wget] / src / options.h
index 6af6033681db14b0e05faa2348a06d2ce331f329..e0d7521da4f054e61e2930c287b5cda4d6be94cb 100644 (file)
@@ -234,6 +234,13 @@ struct options
                                   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. */
+
+#ifdef __VMS
+  int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
+#endif /* def __VMS */
+
 };
 
 extern struct options opt;