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 @@
1# $Id: configure.ac,v 1.157 2003/09/22 01:07:40 dtucker Exp $ 1# $Id: configure.ac,v 1.158 2003/09/22 01:18:47 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -230,6 +230,11 @@ mips-sony-bsd|mips-sony-newsos4)
230*-*-freebsd*) 230*-*-freebsd*)
231 check_for_libcrypt_later=1 231 check_for_libcrypt_later=1
232 ;; 232 ;;
233*-*-bsdi*)
234 AC_DEFINE(SETEUID_BREAKS_SETUID)
235 AC_DEFINE(BROKEN_SETREUID)
236 AC_DEFINE(BROKEN_SETREGID)
237 ;;
233*-next-*) 238*-next-*)
234 conf_lastlog_location="/usr/adm/lastlog" 239 conf_lastlog_location="/usr/adm/lastlog"
235 conf_utmp_location=/etc/utmp 240 conf_utmp_location=/etc/utmp