svn commit: samba r17253 - in branches/SAMBA_4_0/source/lib/socket: .

metze at samba.org metze at samba.org
Wed Jul 26 07:01:36 GMT 2006


Author: metze
Date: 2006-07-26 07:01:35 +0000 (Wed, 26 Jul 2006)
New Revision: 17253

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17253

Log:
add configure checks for writev/readv to see how portable they're

metze
Modified:
   branches/SAMBA_4_0/source/lib/socket/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/config.m4	2006-07-26 06:59:50 UTC (rev 17252)
+++ branches/SAMBA_4_0/source/lib/socket/config.m4	2006-07-26 07:01:35 UTC (rev 17253)
@@ -1,5 +1,8 @@
 AC_CHECK_HEADERS(sys/socket.h sys/sockio.h sys/un.h)
 
+AC_CHECK_FUNCS(writev)
+AC_CHECK_FUNCS(readv)
+
 AC_CACHE_CHECK([for sin_len in sock],samba_cv_HAVE_SOCK_SIN_LEN,[
 AC_TRY_COMPILE([#include <sys/types.h>
 #include <sys/socket.h>



More information about the samba-cvs mailing list