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 10ffd6bad..2a5c4334c 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.169 2003/12/17 07:53:26 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.170 2004/01/02 07:02:44 djm 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. |
@@ -430,6 +430,9 @@ | |||
430 | /* Define if HEADER.ad exists in arpa/nameser.h */ | 430 | /* Define if HEADER.ad exists in arpa/nameser.h */ |
431 | #undef HAVE_HEADER_AD | 431 | #undef HAVE_HEADER_AD |
432 | 432 | ||
433 | /* Define if your resolver libs need this for getrrsetbyname */ | ||
434 | #undef BIND_8_COMPAT | ||
435 | |||
433 | @BOTTOM@ | 436 | @BOTTOM@ |
434 | 437 | ||
435 | /* ******************* Shouldn't need to edit below this line ************** */ | 438 | /* ******************* Shouldn't need to edit below this line ************** */ |