]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Policy: use USE_* from code wrappers and ENABLE_* for conditionals.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 27 Nov 2010 06:44:33 +0000 (23:44 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 27 Nov 2010 06:44:33 +0000 (23:44 -0700)
commit9a0a18dedf70390ae43a9302d4096663475c8ff6
tree04449fada5b31799e796aecbbd72f911f60e1d14
parente55192127bceafd06baf142d525217ad2a81895f
Policy: use USE_* from code wrappers and ENABLE_* for conditionals.

Makes a few more of the build conditionals match our naming policy.
http://wiki.squid-cache.org/Squid3CodingGuidelines

Updates two code wrapper macros:
* CBDATA_DEBUG becomes USE_CBDATA_DEBUG
* DELAY_POOLS becomes USE_DELAY_POOLS

Updates USE_DELAY_POOLS automake conditional to ENABLE_DELAY_POOLS

TODO: There are more of these wrappers to be updated.
52 files changed:
configure.in
squid3.dox
src/ClientInfo.h
src/CommonPool.h
src/CompositePoolNode.h
src/DelayBucket.cc
src/DelayConfig.cc
src/DelayId.cc
src/DelayId.h
src/DelayIdComposite.h
src/DelayPool.cc
src/DelayPool.h
src/DelaySpec.cc
src/DelayTagged.cc
src/DelayTagged.h
src/DelayUser.cc
src/DelayUser.h
src/DelayVector.cc
src/DelayVector.h
src/Makefile.am
src/MemObject.cc
src/MemObject.h
src/NullDelayId.cc
src/NullDelayId.h
src/StoreClient.h
src/cache_cf.cc
src/cbdata.cc
src/cbdata.h
src/cf.data.pre
src/cf_gen_defines
src/client_db.cc
src/client_side.cc
src/client_side_reply.cc
src/comm.cc
src/comm/IoCallback.cc
src/comm/IoCallback.h
src/comm/Write.cc
src/delay_pools.cc
src/fde.h
src/ftp.cc
src/gopher.cc
src/http.cc
src/main.cc
src/neighbors.cc
src/protos.h
src/stat.cc
src/store.cc
src/store_client.cc
src/structs.h
src/tests/stub_DelayId.cc
src/tests/stub_MemObject.cc
src/tunnel.cc