Disable lastlog for AIX, as it's handled by the OS as part of the login

message
This commit is contained in:
andre 2000-06-03 16:18:19 +00:00
Родитель a271146b7b
Коммит 60f3c983cc
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -47,9 +47,9 @@
** IRIX
** NetBSD
** HP-UX 11
** AIX
**
** Platforms with known problems:
** AIX (need to port AIX stuff from old login code
** NeXT
**
**/
@ -78,7 +78,7 @@
#include "xmalloc.h"
#include "loginrec.h"
RCSID("$Id: loginrec.c,v 1.1 2000/06/03 14:57:40 andre Exp $");
RCSID("$Id: loginrec.c,v 1.2 2000/06/03 16:18:19 andre Exp $");
/**