]> git.ipfire.org Git - thirdparty/squid.git/commit - src/dns_internal.cc
Cygwin: re-enable /etc/resolv.conf parsing
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Sep 2014 01:21:36 +0000 (18:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Sep 2014 01:21:36 +0000 (18:21 -0700)
commitaa0ca030da41a6535ff6c8415829ba1367fe011b
treef119429b5275fce6941015f7064d6491a6adecfb
parent3be4341618ead810e71c47b0b95e4785322049ab
Cygwin: re-enable /etc/resolv.conf parsing

idnsParseResolvConf() had been disabled for all windows builds. Cygwin
does provide this system config file.

Also, instead of seeding #if/#endif wrappers around always call the
function and just wrap its internals away from Windows builds that do
not supply the necessary config file.
src/dns_internal.cc