dovecot-2.1: configure: Added getmntinfo() check for BSD mountpo...

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 1 20:12:10 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/4b783711a22e
changeset: 14038:4b783711a22e
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 01 18:57:14 2012 +0200
description:
configure: Added getmntinfo() check for BSD mountpoint iteration.

diffstat:

 configure.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aed3379df476 -r 4b783711a22e configure.in
--- a/configure.in	Wed Feb 01 20:10:42 2012 +0200
+++ b/configure.in	Wed Feb 01 18:57:14 2012 +0200
@@ -395,7 +395,7 @@
 AC_CHECK_FUNCS(fcntl flock lockf inet_aton sigaction getpagesize madvise \
                strcasecmp stricmp vsyslog writev pread uname unsetenv \
 	       setrlimit setproctitle seteuid setreuid setegid setresgid \
-	       strtoull strtoll strtouq strtoq \
+	       strtoull strtoll strtouq strtoq getmntinfo \
 	       setpriority quotactl getmntent kqueue kevent backtrace_symbols \
 	       walkcontext dirfd clearenv malloc_usable_size glob fallocate \
 	       posix_fadvise getpeereid getpeerucred)


More information about the dovecot-cvs mailing list