]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipc/UdsOp.cc
Windows: rename Ip::Address::*AddrInfo() methods
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Sep 2014 13:33:18 +0000 (06:33 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Sep 2014 13:33:18 +0000 (06:33 -0700)
commit851614a8d2a20591f8df4a24aa6c5cd364139d75
treea20a1377fee55eb110069ae369a7f7ed0e579baf
parent2428ce02bf9f2d86c96e5c7345f6211d359451b4
Windows: rename Ip::Address::*AddrInfo() methods

On MinGW at least macro replacement appears to be case insensitive.
The lower-case freeaddrinfo/initaddrinfo system functions are defined
with macros, both in MinGW headers and Squid libcompat.
16 files changed:
src/clients/FtpGateway.cc
src/comm.cc
src/comm/ConnOpener.cc
src/comm/TcpAcceptor.cc
src/icmp/Icmp4.cc
src/icmp/Icmp6.cc
src/ip/Address.cc
src/ip/Address.h
src/ip/testAddress.cc
src/ipc.cc
src/ipc/SharedListen.cc
src/ipc/UdsOp.cc
src/ipc_win32.cc
src/tools.cc
tools/cachemgr.cc
tools/squidclient/Transport.cc