<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- helpers/basic_auth/NIS/nis_support.cc.orig	2014-12-10 03:27:21.000000000 +1100
+++ helpers/basic_auth/NIS/nis_support.cc	2015-01-10 16:33:18.000000000 +1100
@@ -22,7 +22,7 @@
 #include &lt;rpc/rpc.h&gt;
 #endif
 
-#if _SQUID_FREEBSD_  &amp;&amp; !defined(BOOL_DEFINED)
+#ifndef BOOL_DEFINED
 // BUG: FreeBSD rpcsvc/yp_* headers try to redefine bool unless we match their non-standard hack.
 #define BOOL_DEFINED
 #endif
</pre></body></html>