Enable XTRANS_SEND_FDS on FreeBSD, DragonFly and OpenBSD

This code is based on local patches which had been sitting in
FreeBSD and OpenBSD ports.

Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
This commit is contained in:
Francois Tigeot 2016-09-23 11:36:49 +02:00 committed by Adam Jackson
parent 6c6f09aac7
commit c7a9161da5

View File

@ -1231,7 +1231,7 @@ AC_ARG_ENABLE(xtrans-send-fds, AS_HELP_STRING([--disable-xtrans-send-fds], [Use
case "x$XTRANS_SEND_FDS" in
xauto)
case "$host_os" in
linux*|solaris*)
linux*|solaris*|freebsd*|dragonfly*|openbsd*)
XTRANS_SEND_FDS=yes
;;
*)