From 50fcef8a650ff7561e4edfedc4ad2f2cc92d24d5 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sun, 28 Oct 2007 13:49:29 +0000 Subject: [PATCH] - added resolv.h, arpa/nameserver.h --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 456287a..07e4ea0 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you have the `accept' function. */ #undef HAVE_ACCEPT +/* Define to 1 if you have the header file. */ +#undef HAVE_ARPA_NAMESER_H + /* Define to 1 if you have the `bind' function. */ #undef HAVE_BIND @@ -111,6 +114,9 @@ /* Define to 1 if you have the `read' function. */ #undef HAVE_READ +/* Define to 1 if you have the header file. */ +#undef HAVE_RESOLV_H + /* Define to 1 if you have the `sched_get_priority_max' function. */ #undef HAVE_SCHED_GET_PRIORITY_MAX