]> git.ipfire.org Git - thirdparty/squid.git/commit
IPv6 preparation by Rafael Martinez Torres <rafael.martinez@novagnet.com>
authorhno <>
Tue, 19 Apr 2005 03:52:40 +0000 (03:52 +0000)
committerhno <>
Tue, 19 Apr 2005 03:52:40 +0000 (03:52 +0000)
commitddfcbc224187ef41d7261c831746ad6f6fcb1860
tree79b39866f19ee4ebae7a8aca1074ca328bc3628a
parentda4d977d81098720e90fb9f96841d308e31ac8f5
IPv6 preparation by Rafael Martinez Torres <rafael.martinez@novagnet.com>

- This patch does change literally the term IN_ADDR by in_addr in all the
files containing this term, except the file "inet_ntoa.c", the only one
not including "config.h" (either direct or undirectly).
- The correposding "defines" are in config.h . They are guarded by "INET6"
define, (#ifdef INET6), so branches others that squid3-ipv6 should not be
affected in their compilations.
61 files changed:
doc/Programming-Guide/prog-guide.sgml
helpers/basic_auth/MSNT/rfcnb-priv.h
helpers/basic_auth/MSNT/rfcnb-util.c
helpers/basic_auth/MSNT/rfcnb-util.h
helpers/basic_auth/MSNT/session.c
helpers/ntlm_auth/SMB/smbval/rfcnb-priv.h
helpers/ntlm_auth/SMB/smbval/rfcnb-util.c
helpers/ntlm_auth/SMB/smbval/rfcnb-util.h
helpers/ntlm_auth/SMB/smbval/session.c
include/config.h
include/rfc1035.h
include/util.h
lib/rfc1035.c
lib/safe_inet_addr.c
src/ACLARP.cc
src/ACLASN.h
src/ACLChecklist.cc
src/ACLChecklist.h
src/ACLDestinationASN.h
src/ACLIP.cc
src/ACLIP.h
src/ACLMaxUserIP.cc
src/ACLMaxUserIP.h
src/ACLSourceASN.h
src/AccessLogEntry.h
src/AuthUserRequest.cc
src/AuthUserRequest.h
src/CompositePoolNode.h
src/ESI.cc
src/HttpRequest.cc
src/HttpRequest.h
src/asn.cc
src/auth/digest/auth_digest.cc
src/cache_cf.cc
src/cachemgr.cc
src/client_db.cc
src/client_side.h
src/client_side_reply.cc
src/client_side_reply.h
src/comm.cc
src/delay_pools.cc
src/dns_internal.cc
src/dnsserver.cc
src/fde.h
src/forward.cc
src/fqdncache.cc
src/globals.h
src/icmp.cc
src/icp_v2.cc
src/ipcache.cc
src/main.cc
src/neighbors.cc
src/net_db.cc
src/pinger.cc
src/protos.h
src/redirect.cc
src/snmp_agent.cc
src/snmp_core.cc
src/structs.h
src/tools.cc
src/wccp.cc