Re: winetest: add support for http_proxy environment variable
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(®ex, 0, sizeof(regex)); + retval = regcomp(®ex,
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
participants (1)
-
Detlef Riekenberg