diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 62252d760..a1f4556f8 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.174 2004/04/06 11:31:13 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. |
@@ -347,6 +347,9 @@ | |||
347 | /* getaddrinfo is broken (if present) */ | 347 | /* getaddrinfo is broken (if present) */ |
348 | #undef BROKEN_GETADDRINFO | 348 | #undef BROKEN_GETADDRINFO |
349 | 349 | ||
350 | /* updwtmpx is broken (if present) */ | ||
351 | #undef BROKEN_UPDWTMPX | ||
352 | |||
350 | /* Workaround more Linux IPv6 quirks */ | 353 | /* Workaround more Linux IPv6 quirks */ |
351 | #undef DONT_TRY_OTHER_AF | 354 | #undef DONT_TRY_OTHER_AF |
352 | 355 | ||