]> git.ipfire.org Git - thirdparty/squid.git/commit - src/globals.h
Cleanup: Drop appname and full_appname_string constant globals
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Jul 2008 03:49:07 +0000 (15:49 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Jul 2008 03:49:07 +0000 (15:49 +1200)
commit7dbca7a4b0bf79fe0d6575e03fd02b774d953de4
tree6832b8651aeb4fc1e537983dd48cc200289b8ba0
parent5a7431b89fa409cba7280ea71164afdc6b3e1164
Cleanup: Drop appname and full_appname_string constant globals

appname array only ever held a duplicate of "squid"
      - calling it APP_SHORTNAME now instead of a global

full_appname_string only ever held the catenation VERSION"/"PACKAGE macros
      - calling it APP_FULLNAME now instead of a global
15 files changed:
include/version.h
src/AuthUser.cc
src/HttpReply.cc
src/WinSvc.cc
src/cache_cf.cc
src/client_side.cc
src/debug.cc
src/globals.h
src/main.cc
src/snmp_agent.cc
src/stat.cc
src/tests/testCoss.cc
src/tests/testNull.cc
src/tools.cc
src/urn.cc