mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-17 22:36:53 +00:00
Add minix host tuple.
Define SETEUID_BREAKS_SETUID for it which should make privsep work.
This commit is contained in:
parent
a218857903
commit
1c09bb1b2e
@ -963,6 +963,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||||||
AC_MSG_RESULT([architecture not supported])
|
AC_MSG_RESULT([architecture not supported])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
*-*-minix)
|
||||||
|
AC_DEFINE([SETEUID_BREAKS_SETUID])
|
||||||
|
;;
|
||||||
mips-sony-bsd|mips-sony-newsos4)
|
mips-sony-bsd|mips-sony-newsos4)
|
||||||
AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
|
AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
|
||||||
SONY=1
|
SONY=1
|
||||||
|
Loading…
Reference in New Issue
Block a user