netdb: also supply struct addrinfo for cygwin 1.5.x
authorEric Blake <ebb9@byu.net>
Wed, 22 Oct 2008 11:34:48 +0000 (05:34 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 22 Oct 2008 11:38:48 +0000 (05:38 -0600)
commit9a53061cb862d6ac80fd752f9032b02d4e759e55
tree6541256d30a74b14810d190ad7db341eaa4182bc
parent955a738535faaa329ab5cb7b1b960175ef5ad960
netdb: also supply struct addrinfo for cygwin 1.5.x

* m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
older cygwin.
* lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
cygwin.
* doc/posix-headers/netdb.texi (netdb.h): Document this.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-headers/netdb.texi
lib/netdb.in.h
m4/netdb_h.m4