]> git.ipfire.org Git - thirdparty/squid.git/commit - src/external_acl.cc
fix compile error on OpenSolaris using SunStudio CC
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 6 Dec 2010 20:06:08 +0000 (22:06 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 6 Dec 2010 20:06:08 +0000 (22:06 +0200)
commit4db984be817781d191f2340054c9316be52bd813
treea4d9c8e9fb2f21579e40e4b2c7ddb82202ed4d5e
parent14851ec224d59af3084f21c99aa0c305931038aa
fix compile error on OpenSolaris using SunStudio CC

The way the TidyPointer used inside ssl/gadgets.h which included
through ssl/support.h in squid.h file  requires the ssl libraries
linked with every binary, even if not realy needed.
To solve this probelm remove the 'include "ssl/support.h"' line
from the squid.h and add it only where required.
src/cache_cf.cc
src/client_side.cc
src/client_side_request.cc
src/comm.cc
src/external_acl.cc
src/forward.cc
src/redirect.cc
src/squid.h
src/ssl/support.cc
src/stat.cc
src/structs.h