svn commit: lorikeet r564 - in trunk/heimdal/cf: .

abartlet at samba.org abartlet at samba.org
Fri Oct 6 01:02:23 GMT 2006


Author: abartlet
Date: 2006-10-06 01:02:21 +0000 (Fri, 06 Oct 2006)
New Revision: 564

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

Log:
Forgot to add new file from the 2006-10-06 update.

Andrew Bartlett

Added:
   trunk/heimdal/cf/socket-wrapper.m4


Changeset:
Added: trunk/heimdal/cf/socket-wrapper.m4
===================================================================
--- trunk/heimdal/cf/socket-wrapper.m4	2006-10-06 01:01:29 UTC (rev 563)
+++ trunk/heimdal/cf/socket-wrapper.m4	2006-10-06 01:02:21 UTC (rev 564)
@@ -0,0 +1,16 @@
+dnl $Id: socket-wrapper.m4,v 1.1 2006/09/12 17:33:07 lha Exp $
+dnl
+AC_DEFUN([samba_SOCKET_WRAPPER], [
+
+AC_ARG_ENABLE(socket-wrapper,
+	AS_HELP_STRING([--enable-socket-wrapper],
+		[use sambas socket-wrapper for testing]))
+
+AM_CONDITIONAL(have_socket_wrapper, test "x$enable_socket_wrapper" = xyes)dnl
+
+if test "x$enable_socket_wrapper" = xyes ; then
+       AC_DEFINE(SOCKET_WRAPPER_REPLACE, 1,
+               [Define if you want to use samba socket wrappers.])
+fi
+
+])



More information about the samba-cvs mailing list