2005-10-01 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <simon@josefsson.org>
Sat, 1 Oct 2005 10:27:58 +0000 (10:27 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 1 Oct 2005 10:27:58 +0000 (10:27 +0000)
commit619e7224a1c2e699abc39188edf27e7e9b516573
treee02c5dcbb9056851a8b65c70355751b977edbac0
parenteea6490accf79d163fc46a25d869da2271014180
2005-10-01  Simon Josefsson  <jas@extundo.com>

* getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
freeaddrinfo and gai_strerror are declared by the POSIX headers.
Check if struct addrinfo is declared.
m4/ChangeLog
m4/getaddrinfo.m4