]> git.ipfire.org Git - thirdparty/squid.git/commit - compat/inet_pton.c
Import alternate RFC 3495 library functions from squid3-ipv6 branch.
authoramosjeffries <>
Fri, 14 Dec 2007 12:03:25 +0000 (12:03 +0000)
committeramosjeffries <>
Fri, 14 Dec 2007 12:03:25 +0000 (12:03 +0000)
commit0e076fb12c54553d883e0fab09dd05c09f5a35db
treef83aefa35453a374e87aab4e49f150472567f21e
parent0710cbcd89ad70d205b1aa53384976830d8dc471
Import alternate RFC 3495 library functions from squid3-ipv6 branch.

Some OS do not provide RFC 3495 libraries (socket extensions for IPv6).
While these OS are expected to be built with --disable-ipv6 they still need
squid to provide the library methods for IP-neutral code use of IPv4.

TODO: This patch does not contain the autotools configure options to cause
 these functions to be built. That will come in the later IPv6-enabling patch
include/getaddrinfo.h [new file with mode: 0644]
include/getnameinfo.h [new file with mode: 0644]
include/inet_ntop.h [new file with mode: 0644]
include/inet_pton.h [new file with mode: 0644]
lib/getaddrinfo.c [new file with mode: 0644]
lib/getnameinfo.c [new file with mode: 0644]
lib/inet_ntop.c [new file with mode: 0644]
lib/inet_pton.c [new file with mode: 0644]