From 60f3c983cc7314fe7e488e75be653974080f9de5 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 3 Jun 2000 16:18:19 +0000 Subject: Disable lastlog for AIX, as it's handled by the OS as part of the login message --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8bb647c12..cab5b7acc 100644 --- a/configure.in +++ b/configure.in @@ -36,6 +36,8 @@ case "$host" in fi AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)]) AC_DEFINE(BROKEN_GETADDRINFO) + dnl AIX handles lastlog as part of its login message + AC_DEFINE(DISABLE_LASTLOG) ;; *-*-hpux10*) if test -z "$GCC"; then -- cgit v1.2.3