summaryrefslogtreecommitdiffstats
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 10ffd6ba..2a5c4334 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.169 2003/12/17 07:53:26 dtucker Exp $ */
+/* $Id: acconfig.h,v 1.170 2004/01/02 07:02:44 djm Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -430,6 +430,9 @@
/* Define if HEADER.ad exists in arpa/nameser.h */
#undef HAVE_HEADER_AD
+/* Define if your resolver libs need this for getrrsetbyname */
+#undef BIND_8_COMPAT
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */