[dovecot-cvs] dovecot configure.in,1.37,1.38

cras at procontrol.fi cras at procontrol.fi
Mon Oct 28 05:43:15 EET 2002


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

Modified Files:
	configure.in 
Log Message:
and fix linux-sendfile check so it fails with freebsd :)



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- configure.in	28 Oct 2002 03:42:14 -0000	1.37
+++ configure.in	28 Oct 2002 03:43:13 -0000	1.38
@@ -298,6 +298,9 @@
 dnl * Linux compatible sendfile()
 AC_MSG_CHECKING([Linux compatible sendfile()])
 AC_TRY_COMPILE([
+  #include <sys/types.h>
+  #include <sys/socket.h>
+  #include <sys/uio.h>
   #include <sys/sendfile.h>
 ], [
   sendfile(0, 0, (void *) 0, 0);




More information about the dovecot-cvs mailing list