From 77b3bc239daf75d9fb7702ee34c8e5871c47d387 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Jul 2006 14:19:02 +0000 Subject: First step trying to avoid the multiple header inclusion and recursion nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check. --- ares/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares/Makefile.inc') diff --git a/ares/Makefile.inc b/ares/Makefile.inc index c90aae4b7..29b6447a7 100644 --- a/ares/Makefile.inc +++ b/ares/Makefile.inc @@ -8,7 +8,8 @@ ares_expand_string.c ares_parse_ptr_reply.c ares_parse_aaaa_reply.c \ ares_getnameinfo.c inet_net_pton.c bitncmp.c inet_ntop.c HHEADERS = ares.h ares_private.h setup.h ares_dns.h ares_version.h \ - nameser.h inet_net_pton.h inet_ntop.h ares_ipv6.h bitncmp.h + nameser.h inet_net_pton.h inet_ntop.h ares_ipv6.h bitncmp.h \ + setup_once.h MANPAGES= ares_destroy.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 \ ares_free_hostent.3 ares_free_string.3 ares_gethostbyaddr.3 \ -- cgit v1.2.3