winetest: add support for http_proxy environment variable

Detlef Riekenberg wine.dev at web.de
Fri Feb 2 14:35:08 CST 2007


On So, 2007-01-14 at 15:13 +0100, Németh Márton wrote:

Welcome to wine. I have some comments about your Patch:

> diff -u -r wine-0.9.29.orig/ChangeLog wine-0.9.29/ChangeLog
> --- wine-0.9.29.orig/ChangeLog  2007-01-09 16:42:47.000000000 +0100
> +++ wine-0.9.29/ChangeLog       2007-01-14 15:02:31.000000000 +0100

The changelog will be updated during a release with the
Informations from the subject.

> +
> +       http_proxy = getenv("http_proxy");
> +       if (http_proxy) {
> +               /* Proxy configuration found */
> +               memset(&regex, 0, sizeof(regex));
> +               retval = regcomp(&regex, 

The Idea to support a http-proxy is good, 
but the Programm must run on Windows.

1. I never saw an environment-variable "http_proxy"
   on Windows. 
   Most Windows-Applications use the Proxy-Data from IE
   (Get the settings from there)

2. "regcomp" and friends are posix, but not available on windows



Thanks for helping wine.

-- 
 
By by ... Detlef








More information about the wine-devel mailing list