]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: Add hacks to define C++11 explicit N-bit type limits
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Apr 2015 13:32:56 +0000 (06:32 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Apr 2015 13:32:56 +0000 (06:32 -0700)
commitd2c4db06c5fada3ea391701cca32997ccf2d8295
tree3f1927f5233550af88810bc8347e537a2318fccd
parent20148bf2fb019708e44acd7f0670818eb6535ede
Portability: Add hacks to define C++11 explicit N-bit type limits

Add cstdint and stdint.h to libcompat headers and ensure that type limits
used by Squid are always available. Mostly this involves shuffling
existing hacks into the compat headers but the UINT32_* limits are new.
compat/types.h
helpers/ntlm_auth/fake/ntlm_fake_auth.cc
src/String.cci
src/base/Lock.h
src/parser/Tokenizer.cc