summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 10:53:49 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 10:53:49 +1000
commit7abe09bf86b0ce437dfbf5dd7ccafadd1f39289e (patch)
tree8b2d0ee59f1c796affbbe18a643f1ddd0d97f980 /acconfig.h
parent54c459866e2da288a3895eecf097104ac6f9f4d0 (diff)
- (djm) Configure glue for DNS support (code doesn't work in portable yet)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 0a470642..ef43a9d2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.151 2003/05/10 07:05:46 dtucker Exp $ */
+/* $Id: acconfig.h,v 1.152 2003/05/15 00:53:49 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -380,6 +380,12 @@
/* Define if cmsg_type is not passed correctly */
#undef BROKEN_CMSG_TYPE
+/* Define if DNS support is to be activated */
+#undef DNS
+
+/* Define if -llwres is to be used */
+#undef LWRES
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */