From: Wayne Davison Date: Fri, 1 Oct 2004 02:31:10 +0000 (+0000) Subject: Check for the setmode() function. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3ba2c330e1ba90a2ef11508b62d74be8967b0770 Check for the setmode() function. --- diff --git a/configure.in b/configure.in index b25fe900..47089de1 100644 --- a/configure.in +++ b/configure.in @@ -443,7 +443,7 @@ AC_FUNC_UTIME_NULL AC_FUNC_ALLOCA AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod mkfifo \ fchmod fstat strchr readlink link utime utimes strftime mtrace ftruncate \ - memmove lchown vsnprintf snprintf asprintf setsid glob strpbrk \ + memmove lchown vsnprintf snprintf asprintf setsid glob strpbrk setmode \ strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \ open64 mkstemp64)