]> git.ipfire.org Git - thirdparty/squid.git/commit
SQUID_HELPER define for including squid.h from helpers
authorhno <>
Tue, 24 Apr 2007 21:04:22 +0000 (21:04 +0000)
committerhno <>
Tue, 24 Apr 2007 21:04:22 +0000 (21:04 +0000)
commit128fe1c6427379cd8d4b5c9cad71200a0edc0e92
treee9fc872ef61af8410d9d32d211415c516999b608
parent6db223d9539e9bf394eaa9ad38ef9b23913c7cc1
SQUID_HELPER define for including squid.h from helpers

squid.h has some debugging stuff in it which should only apply to the main
squid binary, not various helpers also referencing squid.h.

This patch also splits the unlinkd helper from unlinkd.cc to unlinkd_daemon.cc
to make it more readable.
src/Makefile.am
src/pinger.cc
src/squid.h
src/unlinkd.cc
src/unlinkd_daemon.cc [new file with mode: 0644]