X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=382fe312c516aae637ba25bf57fe9b9de55f047a;hp=8dc7fee2ad3d34bd0e79afae75769b6bbb95ad33;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hpb=8e9a3e805fd758eadfc1bad6a4ef3e971de35ec4 diff --git a/src/options.h b/src/options.h index 8dc7fee2..382fe312 100644 --- a/src/options.h +++ b/src/options.h @@ -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;