]> git.ipfire.org Git - thirdparty/squid.git/commit
Improve PSAPI.dll detection (#1391)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 22 Jun 2023 16:33:05 +0000 (16:33 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 23 Jun 2023 14:29:35 +0000 (14:29 +0000)
commita186e0d91d2555de6e7d4d5ee3efedba1fdf19e7
treee28b1cf7630238cb665366e73c72cac74e942025
parenta20724e4cc91ed90cb92dbf7487bbc0b160ee99f
Improve PSAPI.dll detection (#1391)

Detect Windows PSAPI library like any other library dependency. Allowing
build --with(out) options to disable or to set paths.

Detect the psapi.h properly and set HAVE_* macro for proper include
wrapping.

Wrap PSAPI logic in check for PSAPI_VERSION which is defined whenever
the API support is actually available.
compat/mswindows.cc
configure.ac
doc/release-notes/release-7.sgml.in
src/Makefile.am
src/tools.cc
src/win32.cc
test-suite/buildtests/layer-01-minimal.opts