summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-11-28 18:40:34 -0800
committerTim Rice <tim@multitalents.net>2005-11-28 18:40:34 -0800
commit46259d86a22512f9c53da031d7b829f45720f011 (patch)
tree803db1bce08aeba7e48f47859f35fea6e0e7ca2e /configure.ac
parent3af2ac56a28dd49226388505b5ebbfc778335f9c (diff)
- (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string)
for UnixWare.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ffa94e863..0afb48716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.311 2005/11/26 11:24:10 dtucker Exp $ 1# $Id: configure.ac,v 1.312 2005/11/29 02:40:34 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -434,6 +434,7 @@ mips-sony-bsd|mips-sony-newsos4)
434 AC_DEFINE(BROKEN_SETREUID) 434 AC_DEFINE(BROKEN_SETREUID)
435 AC_DEFINE(BROKEN_SETREGID) 435 AC_DEFINE(BROKEN_SETREGID)
436 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd]) 436 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
437 AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
437 ;; 438 ;;
438# UnixWare 7.x, OpenUNIX 8 439# UnixWare 7.x, OpenUNIX 8
439*-*-sysv5*) 440*-*-sysv5*)
@@ -450,6 +451,8 @@ mips-sony-bsd|mips-sony-newsos4)
450 AC_DEFINE(BROKEN_LIBIAF, 1, 451 AC_DEFINE(BROKEN_LIBIAF, 1,
451 [ia_uinfo routines not supported by OS yet]) 452 [ia_uinfo routines not supported by OS yet])
452 ;; 453 ;;
454 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
455 ;;
453 esac 456 esac
454 ;; 457 ;;
455*-*-sysv*) 458*-*-sysv*)