From 84e1a698bfdc69f34204c36f95457cc2aeaaf096 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Aug 2004 21:54:49 +0000 Subject: [PATCH] Test for functions open64() and mkstemp64(). --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d9f5c834..caa16077 100644 --- a/configure.in +++ b/configure.in @@ -444,7 +444,8 @@ 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 \ - strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid) + strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \ + open64 mkstemp64) AC_CACHE_CHECK([for working socketpair],rsync_cv_HAVE_SOCKETPAIR,[ AC_TRY_RUN([ -- 2.34.1