- (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from

brian.smith at agilent com.
This commit is contained in:
Darren Tucker 2005-10-08 12:07:01 +10:00
parent ac7e630b85
commit 1e6616bb14
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20051008
- (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from
brian.smith at agilent com.
20051005
- (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended
"*LOCKED*" string) for FreeBSD. Patch jeremie at le-hen.org and
@ -3091,4 +3095,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3916 2005/10/05 13:02:16 dtucker Exp $
$Id: ChangeLog,v 1.3917 2005/10/08 02:07:01 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.298 2005/10/05 15:39:58 dtucker Exp $
# $Id: configure.ac,v 1.299 2005/10/08 02:07:02 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -296,6 +296,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
AC_DEFINE(LOCKED_PASSWD_STRING, "*",
[String used in /etc/passwd to denote locked account])
AC_DEFINE(SPT_TYPE,SPT_PSTAT)
MAIL="/var/mail/username"
LIBS="$LIBS -lsec"
AC_CHECK_LIB(xnet, t_error, ,
AC_MSG_ERROR([*** -lxnet needed on HP-UX - check config.log ***]))