]> andersk Git - openssh.git/commitdiff
- (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
authordtucker <dtucker>
Fri, 19 Sep 2003 11:25:23 +0000 (11:25 +0000)
committerdtucker <dtucker>
Fri, 19 Sep 2003 11:25:23 +0000 (11:25 +0000)
ChangeLog
acconfig.h

index 6622db7862a8ed4fdb33323377c60e4465b37116..035da9e70c63ccb0ee71462dc0aacd6036ea8221 100644 (file)
--- 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
index 7ceade070c92f9e3af71bc54e06bc3ef9f781bd8..056bbc82df66d48fa30f139df49bb205fb5544ec 100644 (file)
@@ -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
 
This page took 1.608085 seconds and 5 git commands to generate.