]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4351: compile errors when authentication modules disabled
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Oct 2015 14:28:52 +0000 (07:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Oct 2015 14:28:52 +0000 (07:28 -0700)
commita0026a6cfd47376632bdd7565c173a49bf5cd717
treef1d8035f3393a81028cf3ef8af810484b74ac2c0
parent0a24cff1e8262184bdcb6041c8084771a76f6321
Bug 4351: compile errors when authentication modules disabled

Authentication modules can be selectively disabled. This means the module
header files need to be wrapped with disable macros, and also code that
depends on module internal definitions.
17 files changed:
src/auth/Gadgets.cc
src/auth/basic/Config.h
src/auth/basic/Scheme.h
src/auth/basic/User.h
src/auth/basic/UserRequest.h
src/auth/digest/Config.h
src/auth/digest/Scheme.h
src/auth/digest/User.h
src/auth/digest/UserRequest.h
src/auth/negotiate/Config.h
src/auth/negotiate/Scheme.h
src/auth/negotiate/User.h
src/auth/negotiate/UserRequest.h
src/auth/ntlm/Config.h
src/auth/ntlm/Scheme.h
src/auth/ntlm/User.h
src/auth/ntlm/UserRequest.h