X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ed25806effa22b42397238dd88511ee8b62e0a61..94481d9113220ded7ee6a76a96fa468c79680478:/configure.in diff --git a/configure.in b/configure.in index 9a04b264..1d95fb8f 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,8 @@ AC_HEADER_STDC AC_HEADER_TIME AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(sys/fcntl.h fcntl.h sys/time.h unistd.h utime.h grp.h) -AC_CHECK_HEADERS(compat.h sys/param.h ctype.h sys/wait.h) +AC_CHECK_HEADERS(compat.h sys/param.h ctype.h sys/wait.h sys/ioctl.h) +AC_CHECK_HEADERS(sys/filio.h) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) @@ -37,7 +38,8 @@ AC_FUNC_MEMCMP AC_FUNC_MMAP AC_FUNC_UTIME_NULL AC_CHECK_FUNCS(waitpid strtok pipe getcwd mkdir strdup strerror chown chmod mknod) -AC_CHECK_FUNCS(fchmod fstat strchr bcopy bzero readlink utime utimes getopt_long) +AC_CHECK_FUNCS(fchmod fstat strchr bcopy bzero readlink utime utimes) +AC_CHECK_FUNCS(memmove getopt_long) echo -n "checking for working fnmatch... " AC_TRY_RUN([#include