search for: use_sctp

Displaying 1 result from an estimated 1 matches for "use_sctp".

Did you mean: use_cpt
2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
...withval" != "xno" ; then + SCTP_MSG="yes" + else + SCTP_MSG="no" + fi + ] +) + +if test "x$SCTP_MSG" = "xyes"; then + if test "x$have_sctp" != "xyes" ; then + AC_MSG_ERROR([SCTP support not found]) + fi + + AC_DEFINE([USE_SCTP], [1], + [Define if you want to enable SCTP support]) +fi + SSH_PRIVSEP_USER=sshd AC_ARG_WITH([privsep-user], [ --with-privsep-user=user Specify non-privileged user for privilege separation], @@ -4838,6 +4865,7 @@ echo " sshd superuser user PATH: $J" fi echo "...