X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=00d89c349312ad1da002649fc0fe2c112bdf09b5;hp=e107fb09987a1a9cbf1dec15537102cc475ba1d8;hb=244efb6e50a2b084096f44587acfe84144821818;hpb=1c35fe3c45dd17a87669480ec5966b89b6cdebb2 diff --git a/src/options.h b/src/options.h index e107fb09..00d89c34 100644 --- a/src/options.h +++ b/src/options.h @@ -199,6 +199,11 @@ struct options int preserve_perm; /* whether remote permissions are used or that what is set by umask. */ + +#ifdef ENABLE_IPV6 + int ipv4_only; /* IPv4 connections have been requested. */ + int ipv6_only; /* IPv4 connections have been requested. */ +#endif }; extern struct options opt;