On 2/01/2012 10:37 a.m., Amos Jeffries wrote:
This is part 1 of some SourceLayout changes for the DNS code.
- removes "dnsserver" terminology from all the Squid internals and
./configure docs. Replacing it with "helper" to avoid confusion.
- updates the automake conditional to ENABLE_DNSHELPER and code
define to USE_DNSHELPER inline with coding guidelines.
- shuffles the DNS API definitions to their own header, SquidDns.h,
and de-duplicates the init/shutdown API calls to remove some #if
Applied to trunk.
Amos