From 5c6a91a39d83f2fe68de28d9635076dd4066d7e2 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 14 Jul 2003 16:21:44 +1000 Subject: - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare loginfailed at all, so assume 3-arg loginfailed if not declared. --- acconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 23cc9c81..0af93663 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.158 2003/07/08 10:52:13 dtucker Exp $ */ +/* $Id: acconfig.h,v 1.159 2003/07/14 06:21:44 dtucker Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. @@ -110,8 +110,8 @@ /* Define if you want to enable AIX4's authenticate function */ #undef WITH_AIXAUTHENTICATE -/* Define if your AIX loginfailed() function takes 3 arguments (AIX <= 5.1) */ -#undef AIX_LOGINFAILED_3ARG +/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ +#undef AIX_LOGINFAILED_4ARG /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ #undef WITH_IRIX_ARRAY -- cgit v1.2.3