2 getaddrinfo() function: Get address information.
13 gettext-h [test $HAVE_GETADDRINFO = 0 || test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1]
14 inet_ntop [test $HAVE_GETADDRINFO = 0]
15 snprintf [test $HAVE_GETADDRINFO = 0]
16 stdbool [test $HAVE_GETADDRINFO = 0]
17 strdup [test $HAVE_GETADDRINFO = 0]
18 servent [test $HAVE_GETADDRINFO = 0]
19 hostent [test $HAVE_GETADDRINFO = 0]
20 sockets [test $HAVE_GETADDRINFO = 0]
24 if test $HAVE_GETADDRINFO = 0; then
25 AC_LIBOBJ([getaddrinfo])
27 if test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1; then
28 AC_LIBOBJ([gai_strerror])
30 gl_NETDB_MODULE_INDICATOR([getaddrinfo])