summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 11:18:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 11:18:47 +1000
commited9eb02326f653be1a76b5772bbe9a1632114f57 (patch)
tree908985772e74b6c187c36db6f13ef22a0f7914da /configure.ac
parent20379a37fa82030fcf46fac963e9f344dab03196 (diff)
- (dtucker) [configure.ac] Bug #657: uid swappping issues on BSDi.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 538ecd2d9..5d1f85012 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.157 2003/09/22 01:07:40 dtucker Exp $
+# $Id: configure.ac,v 1.158 2003/09/22 01:18:47 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -230,6 +230,11 @@ mips-sony-bsd|mips-sony-newsos4)
*-*-freebsd*)
check_for_libcrypt_later=1
;;
+*-*-bsdi*)
+ AC_DEFINE(SETEUID_BREAKS_SETUID)
+ AC_DEFINE(BROKEN_SETREUID)
+ AC_DEFINE(BROKEN_SETREGID)
+ ;;
*-next-*)
conf_lastlog_location="/usr/adm/lastlog"
conf_utmp_location=/etc/utmp