]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix eCAP header includes (#1753)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 5 Apr 2024 03:39:57 +0000 (03:39 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 5 Apr 2024 05:54:13 +0000 (05:54 +0000)
commit8800478b8fda415d24f3939323307b0bae7805a5
tree8d9f0e1ae756fbe9c8742728d890644c6d99f854
parent47c9c9376d11a828a675e96ad6fa96c9fbcbceb0
Fix eCAP header includes (#1753)

Squid style guidelines require .h files to be wrapped with
HAVE_*_H protection and placed after all Squid internal file
includes.

Add the missing ./configure header checks to generate the
needed wrappers and refactor the include sequences to meet
current guidelines.
configure.ac
src/adaptation/ecap/Host.cc
src/adaptation/ecap/Host.h
src/adaptation/ecap/MessageRep.cc
src/adaptation/ecap/MessageRep.h
src/adaptation/ecap/ServiceRep.cc
src/adaptation/ecap/ServiceRep.h
src/adaptation/ecap/XactionRep.cc
src/adaptation/ecap/XactionRep.h