]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
MinGW: fix winsock dependency issues (#1375)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 2 Jul 2023 09:33:16 +0000 (09:33 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 2 Jul 2023 13:47:44 +0000 (13:47 +0000)
commitf44dcb9533b53aa17089685ea08605839bddd596
tree89dc829bece36478447188344ab44b8d429ea7db
parentfcab7ad5aa36dde26c460d70825133e7c3536d45
MinGW: fix winsock dependency issues (#1375)

  error: warning: Please include winsock2.h before windows.h

Cleanup these header includes across all Squid code built for
Windows.

Also, detect these headers early to fix autoconf tests relying
on them.
acinclude/lib-checks.m4
configure.ac
src/icmp/Icmp4.h
src/icmp/pinger.cc