X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d100e733db1c34030385e46dae47fdbf1984de60..2213961e8f53e11763a0cae400e1a3669e861763:/configure.in diff --git a/configure.in b/configure.in index 8cdbef1f..bffe367e 100644 --- a/configure.in +++ b/configure.in @@ -436,6 +436,8 @@ AC_CHECK_FUNCS(inet_ntop, , [AC_LIBOBJ(lib/inet_ntop)]) AC_CHECK_FUNCS(inet_pton, , [AC_LIBOBJ(lib/inet_pton)]) AC_HAVE_TYPE([struct addrinfo], [#include ]) +AC_HAVE_TYPE([struct sockaddr_storage], [#include +#include ]) # Irix 6.5 has getaddrinfo but not the corresponding defines, so use # builtin getaddrinfo if one of the defines don't exist