Re: WGET for OS/2 and Proxy-Server

2001-05-17 Thread Hrvoje Niksic
Doug Kaufman [EMAIL PROTECTED] writes: if ((proxy = getenv(http_proxy)) == NULL) { proxy = getenv(HTTP_PROXY); } That's what I plan to do.

Re: WGET for OS/2 and Proxy-Server

2001-05-16 Thread csaba . raduly
: Re: WGET for OS/2 and Proxy-Server sdigita.de

Re: WGET for OS/2 and Proxy-Server

2001-05-16 Thread Doug Kaufman
On Wed, 16 May 2001 [EMAIL PROTECTED] wrote: All environment variale names (i.e. the part before the '=') are uppercase on OS/2 wget uses getenv(http_proxy); the implementation of getenv seems to be scanning _environ and doing a strncmp (i.e. case-sensitive comparison). If getproxy in