[dovecot-cvs] dovecot configure.in,1.87,1.88

cras at procontrol.fi cras at procontrol.fi
Tue Jan 14 22:59:59 EET 2003


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv13771

Modified Files:
	configure.in 
Log Message:
Support for Solaris sendfilev(). Entirely untested, hope it works.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- configure.in	14 Jan 2003 13:26:31 -0000	1.87
+++ configure.in	14 Jan 2003 20:59:57 -0000	1.88
@@ -530,6 +530,16 @@
   AC_MSG_RESULT(no)
 ])
 
+dnl * Solaris compatible sendfilev()
+AC_MSG_CHECKING([Solaris compatible sendfilev()])
+AC_CHECK_LIB(sendfile, sendfilev, [
+  LIBS="$LIBS -lsendfile"
+  AC_DEFINE(HAVE_SOLARIS_SENDFILEV,, Define if you have Solaris-compatible sendfilev())
+  AC_MSG_RESULT(yes)
+], [
+  AC_MSG_RESULT(no)
+])
+
 dnl ***
 dnl *** va_copy checks (from GLIB)
 dnl ***




More information about the dovecot-cvs mailing list