s3: Fix build file due to file move. Use the new path of iniparser
[Samba/ekacnet.git] / source4 / lib / socket / config.m4
blobfa987a1f460bfac11e2770c078e4f2d680957cb4
1 AC_CHECK_FUNCS(writev)
2 AC_CHECK_FUNCS(readv)
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 ############################################
13 # check for ipv6
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)