]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: make loadable modules build variables follow Squid3 coding guidelines
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 04:46:50 +0000 (21:46 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 04:46:50 +0000 (21:46 -0700)
commitcb5569cd63ff6d70e9f8c345f903ccc1ed88ff83
tree606647ae0f67d975f852538c7c7f94b28a9410f6
parentf35759297ee47fb45a971fd59e6de9c75a6ce47f
Cleanup: make loadable modules build variables follow Squid3 coding guidelines

Squid-3 coding guidelines mandate that AM_CONDITIONAL variables begin
with ENABLE_* and AC_DEFINE macros begin with USE_* to resolve confusion
over which is relevant.
Makefile.am
configure.ac
src/Common.am
src/Makefile.am