]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix NIS helper build on FreeBSD
authorPawel Worach <pawel.worach@gmail.com>
Sun, 14 Aug 2011 12:42:59 +0000 (00:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Aug 2011 12:42:59 +0000 (00:42 +1200)
commita8f7fbed072f8a23e26aa9fdfdc0028f815b74fa
tree7f1f8048a15d4694d2b0b61453a1319d1dac7dcf
parentccec22f9bfe0636bfe41df3544680793a43dda8e
Fix NIS helper build on FreeBSD

Fails on clang++ and other strict compilers due to missing __cplusplus
checks in FreeBSD system headers and yp_prot.h typedefs bool unless
BOOL_DEFINED is defined.
helpers/basic_auth/NIS/nis_support.cc