summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2009-01-07 10:04:12 -0800
committerTim Rice <tim@multitalents.net>2009-01-07 10:04:12 -0800
commit351529ce3089bbfdc65488961016153c4e8fee03 (patch)
tree7ea60bd373f712aebdac76fe3d8ca00c55b7a166 /configure.ac
parent7ebfad789f4e739cf5269860722cd44aab2929fb (diff)
- (tim) [configure.ac defines.h openbsd-compat/port-uw.c
openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI. OK djm@ dtucker@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 43732abb8..df834baca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.411 2008/12/07 22:35:36 djm Exp $ 1# $Id: configure.ac,v 1.412 2009/01/07 18:04:12 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.411 $) 18AC_REVISION($Revision: 1.412 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -741,6 +741,11 @@ mips-sony-bsd|mips-sony-newsos4)
741 AC_DEFINE(BROKEN_LIBIAF, 1, 741 AC_DEFINE(BROKEN_LIBIAF, 1,
742 [ia_uinfo routines not supported by OS yet]) 742 [ia_uinfo routines not supported by OS yet])
743 AC_DEFINE(BROKEN_UPDWTMPX) 743 AC_DEFINE(BROKEN_UPDWTMPX)
744 AC_CHECK_LIB(prot, getluid,[ LIBS="$LIBS -lprot"
745 AC_CHECK_FUNCS(getluid setluid,,,-lprot)
746 AC_DEFINE(HAVE_SECUREWARE)
747 AC_DEFINE(DISABLE_SHADOW)
748 ],,)
744 ;; 749 ;;
745 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") 750 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
746 ;; 751 ;;