summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.m4
blob: fa987a1f460bfac11e2770c078e4f2d680957cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_CHECK_FUNCS(writev)
AC_CHECK_FUNCS(readv)

############################################
# check for unix domain sockets
# done by AC_LIBREPLACE_NETWORK_CHECKS
SMB_ENABLE(socket_unix, NO)
if test x"$libreplace_cv_HAVE_UNIXSOCKET" = x"yes"; then
	SMB_ENABLE(socket_unix, YES)
fi

############################################
# check for ipv6
# done by AC_LIBREPLACE_NETWORK_CHECKS
SMB_ENABLE(socket_ipv6, NO)
if test x"$libreplace_cv_HAVE_IPV6" = x"yes"; then
    SMB_ENABLE(socket_ipv6, YES)
fi