]> git.ipfire.org Git - thirdparty/squid.git/commit
Disable EUI when arpreq is missing and cannot be defined (#2070)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 31 May 2025 18:40:35 +0000 (18:40 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 3 Jun 2025 05:59:27 +0000 (17:59 +1200)
commit489229f3da3ba35265a1ce6fe626dce624bb8000
treef3f6dc5503c15c5fd3ca834ca6cfdc9a19df9bc1
parentf3949e188ad4710c2dbbd61dd27eaed6f2f9e3fc
Disable EUI when arpreq is missing and cannot be defined (#2070)

OpenBSD 7.7 provides a net/if_arp.h header file,
but it doesn't provide a `struct arpreq`, which
is necessary for our EUI implementation to work.

Disable EUI when arpreq definition is missing,
except on Windows where we provide our own.
configure.ac