summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-01-02 18:02:44 +1100
committerDamien Miller <djm@mindrot.org>2004-01-02 18:02:44 +1100
commit3c80d4a7b7492cca812f1963c29686bbb99a19b7 (patch)
tree084df1f86fce64f690a01efbc5278436460202f3 /acconfig.h
parent0f47c53742a31b9682c05660dd8de1e860fb1fc5 (diff)
- (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
jakob@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
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 ************** */