]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix NIS helper build on FreeBSD
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 07:45:03 +0000 (01:45 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 07:45:03 +0000 (01:45 -0600)
commit674334273329c8dbb9d1749bd8e18a8bbaad5459
treedfff617ac6061f0b31d2240c252db688bf03aa1b
parent3f97b5b84696a0deff0dafd9ed7f7d7c8fb2cb02
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/YP/nis_support.c