]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4073: Cygwin compile errors
authorEldar Akchurin <al.akchurin@googlemail.com>
Tue, 10 Feb 2015 03:44:32 +0000 (19:44 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Feb 2015 03:44:32 +0000 (19:44 -0800)
commita396d1f8227f977b5ff215ae51658b118bf230f0
tree8e7ed3898e4979f041ef60dd97400571280f2822
parentc92fcbad7c442cc6ceda2cc67087c508b5003703
Bug 4073: Cygwin compile errors

Remove the definition of _SQUID_WINDOWS_ for Cygwin builds. The blend
of win32 and Linux environments is sufficiently different to have major
build issues. We have a precedent in kFreeBSD blend of BSD and Linux to
consider Cygwin a blend and first-class OS.

Also, temporarily disable the Win32-specific libraries and objects until
they can be properly tested.

Fix some small remaining compile errors after the above.

 Cygwin Windows build is sponsored by Diladele B.V.
compat/osdetect.h
configure.ac
src/comm.cc
src/dns_internal.cc
src/tools.cc