From 4724d96ca8af844c0c5446388e82e728e2b8c55e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 19 Sep 2003 21:25:23 +1000 Subject: - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME --- ChangeLog | 3 ++- acconfig.h | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fddf3314c..dade63953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref when /etc/default/login doesn't exist or isn't readable. Fixes from jparsons-lists at saffron.net and georg.oppenberg at deu mci com. + - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME 20030918 - (djm) Bug #652: Fix empty password auth @@ -1132,4 +1133,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.3007 2003/09/19 10:56:51 dtucker Exp $ +$Id: ChangeLog,v 1.3008 2003/09/19 11:25:23 dtucker Exp $ diff --git a/acconfig.h b/acconfig.h index 9bfb9b6c9..d0897d6b6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ +/* $Id: acconfig.h,v 1.167 2003/09/19 11:25:24 dtucker Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. @@ -89,6 +89,9 @@ /* Define if you have the getuserattr function. */ #undef HAVE_GETUSERATTR +/* Define if you have the basename function. */ +#undef HAVE_BASENAME + /* Work around problematic Linux PAM modules handling of PAM_TTY */ #undef PAM_TTY_KLUDGE -- cgit v1.2.3