summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 0a4706425..ef43a9d25 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.151 2003/05/10 07:05:46 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.152 2003/05/15 00:53:49 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -380,6 +380,12 @@
380/* Define if cmsg_type is not passed correctly */ 380/* Define if cmsg_type is not passed correctly */
381#undef BROKEN_CMSG_TYPE 381#undef BROKEN_CMSG_TYPE
382 382
383/* Define if DNS support is to be activated */
384#undef DNS
385
386/* Define if -llwres is to be used */
387#undef LWRES
388
383@BOTTOM@ 389@BOTTOM@
384 390
385/* ******************* Shouldn't need to edit below this line ************** */ 391/* ******************* Shouldn't need to edit below this line ************** */