summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-28 14:19:03 +0000
committerYang Tse <yangsita@gmail.com>2006-07-28 14:19:03 +0000
commitb05a63758cd945d6022d373933f78b726832d581 (patch)
tree905a1f39a8e0f00d425631fd03fb847cf3b63334 /Makefile.inc
parentbed83eaf820e08b4fcbcf34aa8639ccb115d079f (diff)
downloadc-ares-b05a63758cd945d6022d373933f78b726832d581.tar.gz
c-ares-b05a63758cd945d6022d373933f78b726832d581.tar.bz2
c-ares-b05a63758cd945d6022d373933f78b726832d581.zip
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.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index c90aae4..29b6447 100644
--- a/Makefile.inc
+++ b/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 \