etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / dist / cf / socket-wrapper.m4
blobd4a5bd7340e3d480da488ac404b09cee4fa3b19b
1 dnl Id
2 dnl
3 AC_DEFUN([samba_SOCKET_WRAPPER], [
5 AC_ARG_ENABLE(socket-wrapper,
6         AS_HELP_STRING([--enable-socket-wrapper],
7                 [use sambas socket-wrapper for testing]))
9 AM_CONDITIONAL(have_socket_wrapper, test "x$enable_socket_wrapper" = xyes)dnl
11 if test "x$enable_socket_wrapper" = xyes ; then
12        AC_DEFINE(SOCKET_WRAPPER_REPLACE, 1,
13                [Define if you want to use samba socket wrappers.])