summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 12:27:08 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 12:27:08 +1000
commitd9ec370ac3a27fc9374c4182b7477ec0fc8473f4 (patch)
tree52b50f4423e5ef48b215caefa1bef41258e57907 /acconfig.h
parent2aa0ab463f479649760110ca52fa341880c5ae3a (diff)
- (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
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@