4 ############################################
5 # check for unix domain sockets
6 # done by AC_LIBREPLACE_NETWORK_CHECKS
7 SMB_ENABLE(socket_unix, NO)
8 if test x"$libreplace_cv_HAVE_UNIXSOCKET" = x"yes"; then
9 SMB_ENABLE(socket_unix, YES)
12 ############################################
14 # done by AC_LIBREPLACE_NETWORK_CHECKS
15 SMB_ENABLE(socket_ipv6, NO)
16 if test x"$libreplace_cv_HAVE_IPV6" = x"yes"; then
17 SMB_ENABLE(socket_ipv6, YES)