summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-23 13:44:42 +0100
committerYang Tse <yangsita@gmail.com>2011-03-23 13:44:42 +0100
commit822fd0f8771d3792da0a08276ab0400b2a68f07e (patch)
treef271d9fa9eb15e8d170723ab632828656953f257 /Makefile.inc
parent3abad87d88fc77295230ed8c732f24bfb05f4397 (diff)
downloadc-ares-822fd0f8771d3792da0a08276ab0400b2a68f07e.tar.gz
c-ares-822fd0f8771d3792da0a08276ab0400b2a68f07e.tar.bz2
c-ares-822fd0f8771d3792da0a08276ab0400b2a68f07e.zip
build: use getenv() replacement function for systems which lack it
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 6a68fce..13dcb07 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -11,6 +11,7 @@ CSOURCES = ares__close_sockets.c \
ares_fds.c \
ares_free_hostent.c \
ares_free_string.c \
+ ares_getenv.c \
ares_gethostbyaddr.c \
ares_gethostbyname.c \
ares_getnameinfo.c \
@@ -47,6 +48,7 @@ HHEADERS = ares.h \
ares_build.h \
ares_data.h \
ares_dns.h \
+ ares_getenv.h \
ares_ipv6.h \
ares_library_init.h \
ares_llist.h \