Add minix host tuple.

Define SETEUID_BREAKS_SETUID for it which should make privsep work.
This commit is contained in:
Darren Tucker 2021-12-10 10:12:57 +11:00
parent a218857903
commit 1c09bb1b2e
1 changed files with 3 additions and 0 deletions

View File

@ -963,6 +963,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
AC_MSG_RESULT([architecture not supported])
fi
;;
*-*-minix)
AC_DEFINE([SETEUID_BREAKS_SETUID])
;;
mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
SONY=1