X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4021aa455bd7ffa5abebd8847370306bddf2b867..ce72de30ce4d850bdd0985cbcd5d686470745934:/configure.in diff --git a/configure.in b/configure.in index 8cdbef1f..54cfd3b1 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.59) -RSYNC_VERSION=3.0.0pre4 +RSYNC_VERSION=3.0.0pre5 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) @@ -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