[INN-COMMITTERS] inn (14 files)
Russ Allbery
Russ_Allbery at isc.org
Tue Apr 12 08:02:36 UTC 2005
Date: Tuesday, April 12, 2005 @ 08:02:35
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: include/portable/getnameinfo.h lib/getnameinfo.c
tests/lib/getnameinfo-t.c
Modified: MANIFEST configure configure.ac include/config.h.in
include/portable/getaddrinfo.h include/portable/socket.h
lib/Makefile lib/getaddrinfo.c tests/Makefile tests/TESTS
tests/lib/.cvsignore
Add a replacement for getnameinfo for systems that don't have it. This
will let us use getnameinfo without wrapping it in HAVE_INET6 and
duplicating code.
--------------------------------+
MANIFEST | 3
configure | 9 -
configure.ac | 10 -
include/config.h.in | 3
include/portable/getaddrinfo.h | 6
include/portable/getnameinfo.h | 44 ++++++
include/portable/socket.h | 6
lib/Makefile | 252 ++++++++++++++++++++++-----------------
lib/getaddrinfo.c | 21 +--
lib/getnameinfo.c | 165 +++++++++++++++++++++++++
tests/Makefile | 22 ++-
tests/TESTS | 1
tests/lib/.cvsignore | 1
tests/lib/getnameinfo-t.c | 115 +++++++++++++++++
14 files changed, 521 insertions(+), 137 deletions(-)
More information about the inn-committers
mailing list