]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2358: FD_SIZELIMIT redefined FBSD 7.0
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 May 2008 13:29:18 +0000 (01:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 May 2008 13:29:18 +0000 (01:29 +1200)
config.h is still REQUIRED minimum first include for any .c/.cc file
even if the old squid.h can be removed.

Why?  the portability code is needed!

src/debug.cc

index 21384a3e8429d50e8374897f257d973a3c93a991..b6cfdfe6b8bdf9bc9e12735845fe103878e268ef 100755 (executable)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-#if 0
-#include "squid.h"
-#endif
-
+#include "config.h"
 #include "Debug.h"
 #include "SquidTime.h"