Move getaddrinfo.h declarations to netdb.h.
authorSimon Josefsson <simon@josefsson.org>
Mon, 20 Oct 2008 07:53:42 +0000 (09:53 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 20 Oct 2008 07:53:42 +0000 (09:53 +0200)
commitdbf8ca54bfdeaef894c8d0912df6e05b4c1a7302
tree1f48cd50123021db5d68fbcffe578a4ff1518fb2
parent226968c1b005dfbc3a4339fb6d7d3592ec279460
Move getaddrinfo.h declarations to netdb.h.
* lib/getaddrinfo.h: Remove file.
* modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
* m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
* lib/netdb.in.h: Add declarations from getaddrinfo.h.
* m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
* modules/netdb: Substitute GNULIB_GETADDRINFO.
* lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
* tests/test-getaddrinfo.c: Likewise.
* lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
* NEWS: Mention change.
ChangeLog
NEWS
lib/gai_strerror.c
lib/getaddrinfo.c
lib/getaddrinfo.h [deleted file]
lib/netdb.in.h
m4/getaddrinfo.m4
m4/netdb_h.m4
modules/getaddrinfo
modules/netdb
tests/test-getaddrinfo.c