view modules/getaddrinfo @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents a35c1efcd66d
children 2a2292579cf1
line wrap: on
line source

Description:
getaddrinfo() function: Get address information.

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

Depends-on:
extensions
gettext-h
inet_ntop
snprintf
stdbool
sys_socket
netdb
strdup
servent
hostent
sockets

configure.ac:
gl_GETADDRINFO
gl_NETDB_MODULE_INDICATOR([getaddrinfo])

Makefile.am:

Include:
<netdb.h>

Link:
$(GETADDRINFO_LIB)

License:
LGPLv2+

Maintainer:
Simon Josefsson