summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-09-08 14:35:16 -0700
committerTim Rice <tim@multitalents.net>2003-09-08 14:35:16 -0700
commitb284e16c103bb87c444f372514fc2d1c6fb96033 (patch)
tree15923c37c754e64ce029940bafab9f6a51537224 /acconfig.h
parent0ac16a449218a88885f7b10bfb706c62e246496a (diff)
[configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
HEADER.ad in arpa/nameser.h
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 f6f5f27e0..ea8fcb0b4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.164 2003/09/07 01:37:27 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.165 2003/09/08 21:35:17 tim 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.
@@ -418,6 +418,9 @@
418/* Define if getrrsetbyname() exists */ 418/* Define if getrrsetbyname() exists */
419#undef HAVE_GETRRSETBYNAME 419#undef HAVE_GETRRSETBYNAME
420 420
421/* Define if HEADER.ad exists in arpa/nameser.h */
422#undef HAVE_HEADER_AD
423
421@BOTTOM@ 424@BOTTOM@
422 425
423/* ******************* Shouldn't need to edit below this line ************** */ 426/* ******************* Shouldn't need to edit below this line ************** */