diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 23cc9c817..0af93663c 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.158 2003/07/08 10:52:13 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.159 2003/07/14 06:21:44 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -110,8 +110,8 @@ | |||
110 | /* Define if you want to enable AIX4's authenticate function */ | 110 | /* Define if you want to enable AIX4's authenticate function */ |
111 | #undef WITH_AIXAUTHENTICATE | 111 | #undef WITH_AIXAUTHENTICATE |
112 | 112 | ||
113 | /* Define if your AIX loginfailed() function takes 3 arguments (AIX <= 5.1) */ | 113 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ |
114 | #undef AIX_LOGINFAILED_3ARG | 114 | #undef AIX_LOGINFAILED_4ARG |
115 | 115 | ||
116 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | 116 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ |
117 | #undef WITH_IRIX_ARRAY | 117 | #undef WITH_IRIX_ARRAY |