view modules/getaddrinfo @ 6875:41254433d288

Native win32 support for getaddrinfo. Add getnameinfo function.
author Simon Josefsson <simon@josefsson.org>
date Wed, 28 Jun 2006 11:08:34 +0000
parents 23fd14146a8a
children fa40dd90a0f3
line wrap: on
line source

Description:
getaddrinfo() function: Get address information.

Files:
lib/getaddrinfo.h
lib/getaddrinfo.c
lib/gai_strerror.c
m4/getaddrinfo.m4
m4/sockpfaf.m4

Depends-on:
restrict
gettext-h
socklen
stdbool
strdup
sys_socket
inet_ntop

configure.ac:
gl_GETADDRINFO

Makefile.am:
lib_SOURCES += getaddrinfo.h

Include:
"getaddrinfo.h"

License:
LGPL

Maintainer:
Simon Josefsson