search for: privsep_msg

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

2006 Jan 08
3
Allow --without-privsep build.
...privsep=1 fi ] ) -AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, "$SSH_PRIVSEP_USER") -AC_SUBST(SSH_PRIVSEP_USER) +if test ! -z "$use_privsep" ; then + AC_DEFINE(USE_PRIVSEP) + AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, "$SSH_PRIVSEP_USER") + AC_SUBST(SSH_PRIVSEP_USER) + PRIVSEP_MSG=yes +else + PRIVSEP_MSG=no +fi -# We do this little dance with the search path to insure +# We do this little dance with the search path to ensure # that programs that we select for use by installed programs # (which may be run by the super-user) come from trusted # locations before they com...