[dovecot-cvs] dovecot configure.in,1.331,1.332
tss at dovecot.org
tss at dovecot.org
Fri Mar 30 13:17:49 EEST 2007
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv14699
Modified Files:
configure.in
Log Message:
Use posix_fallocate() if possible. Also did minor optimizations to the
implementation.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -d -r1.331 -r1.332
--- configure.in 27 Mar 2007 22:50:53 -0000 1.331
+++ configure.in 30 Mar 2007 10:17:45 -0000 1.332
@@ -437,7 +437,7 @@
setrlimit setproctitle seteuid setreuid setegid setresgid \
strtoull strtouq setpriority quotactl getmntent kqueue kevent \
getrusage backtrace_symbols walkcontext dirfd \
- malloc_usable_size)
+ malloc_usable_size posix_fallocate)
dnl * I/O loop function
have_ioloop=no
More information about the dovecot-cvs
mailing list