diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 62252d760..f14353519 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.173 2004/02/06 05:24:31 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 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. |
@@ -131,6 +131,9 @@ | |||
131 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ | 131 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ |
132 | #undef AIX_LOGINFAILED_4ARG | 132 | #undef AIX_LOGINFAILED_4ARG |
133 | 133 | ||
134 | /* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */ | ||
135 | #undef SKEYCHALLENGE_4ARG | ||
136 | |||
134 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | 137 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ |
135 | #undef WITH_IRIX_ARRAY | 138 | #undef WITH_IRIX_ARRAY |
136 | 139 | ||
@@ -202,6 +205,9 @@ | |||
202 | /* Define if you don't want to use lastlog in session.c */ | 205 | /* Define if you don't want to use lastlog in session.c */ |
203 | #undef NO_SSH_LASTLOG | 206 | #undef NO_SSH_LASTLOG |
204 | 207 | ||
208 | /* Define if have krb5_init_ets */ | ||
209 | #undef KRB5_INIT_ETS | ||
210 | |||
205 | /* Define if you don't want to use utmp */ | 211 | /* Define if you don't want to use utmp */ |
206 | #undef DISABLE_UTMP | 212 | #undef DISABLE_UTMP |
207 | 213 | ||
@@ -347,6 +353,9 @@ | |||
347 | /* getaddrinfo is broken (if present) */ | 353 | /* getaddrinfo is broken (if present) */ |
348 | #undef BROKEN_GETADDRINFO | 354 | #undef BROKEN_GETADDRINFO |
349 | 355 | ||
356 | /* updwtmpx is broken (if present) */ | ||
357 | #undef BROKEN_UPDWTMPX | ||
358 | |||
350 | /* Workaround more Linux IPv6 quirks */ | 359 | /* Workaround more Linux IPv6 quirks */ |
351 | #undef DONT_TRY_OTHER_AF | 360 | #undef DONT_TRY_OTHER_AF |
352 | 361 | ||