Add detection for gia_strerror

This commit is contained in:
Kurt Zeilenga 2000-10-16 04:10:22 +00:00
parent 5d899f0c00
commit a0760db9dd
3 changed files with 608 additions and 546 deletions

1149
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -819,6 +819,8 @@ if test $ac_cv_func_getaddrinfo = no ; then
AC_MSG_ERROR([IPv6 support requires getaddrinfo()])
fi
else
AC_CHECK_FUNCS( gai_strerror )
AC_CACHE_CHECK([INET6_ADDRSTRLEN],[ol_cv_inet6_addrstrlen],[
AC_EGREP_CPP(__has_inet6_addrstrlen__,[
# include <netinet/in.h>

View file

@ -144,6 +144,9 @@
/* Define if you have the flock function. */
#undef HAVE_FLOCK
/* Define if you have the gai_strerror function. */
#undef HAVE_GAI_STRERROR
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO