From d9ec370ac3a27fc9374c4182b7477ec0fc8473f4 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 May 2003 12:27:08 +1000 Subject: - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) --- acconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index ef43a9d2..8ea6b9ab 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.152 2003/05/15 00:53:49 djm Exp $ */ +/* $Id: acconfig.h,v 1.153 2003/05/15 02:27:08 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -383,8 +383,8 @@ /* Define if DNS support is to be activated */ #undef DNS -/* Define if -llwres is to be used */ -#undef LWRES +/* Define if getrrsetbyname() exists */ +#undef HAVE_GETRRSETBYNAME @BOTTOM@ -- cgit v1.2.3