]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop PRIuSIZE macro (#1388)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 20 Jun 2023 15:13:41 +0000 (15:13 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 22 Jun 2023 13:07:26 +0000 (13:07 +0000)
commita20724e4cc91ed90cb92dbf7487bbc0b160ee99f
tree371c8f7177e02c88145805670dab1ed2be0f7ea1
parentc06944f7ba591c0cc5470b53288e4c996a676d4e
Drop PRIuSIZE macro (#1388)

C++11 requires compiler support for %zu so
we no longer need to check for it.
compat/types.h
compat/xalloc.cc
configure.ac
src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc
src/acl/external/kerberos_ldap_group/support_ldap.cc
src/auth/negotiate/wrapper/negotiate_wrapper.cc
src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc
src/security/ServerOptions.cc
src/store_client.cc