mirror of git://anongit.mindrot.org/openssh.git
autoconf glue to enable Linux VRF
This commit is contained in:
parent
97c5aaf925
commit
6bd5b569fd
|
@ -775,6 +775,8 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||
AC_DEFINE([SSH_TUN_PREPEND_AF], [1],
|
||||
[Prepend the address family to IP tunnel traffic])
|
||||
fi
|
||||
AC_DEFINE([SYS_RDOMAIN_LINUX], [1],
|
||||
[Support routing domains using Linux VRF])
|
||||
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
|
||||
[], [#include <linux/types.h>])
|
||||
AC_MSG_CHECKING([for seccomp architecture])
|
||||
|
|
Loading…
Reference in New Issue