1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 05:30:08 +00:00

build: use getenv() replacement function for systems which lack it

This commit is contained in:
Yang Tse
2011-03-23 13:44:42 +01:00
parent 3abad87d88
commit 822fd0f877
10 changed files with 164 additions and 2 deletions

View File

@ -357,6 +357,7 @@ endif
@echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@
@echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@
@echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@
@echo $(DL)#define HAVE_GETENV 1$(DL) >> $@
@echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@
@echo $(DL)#define HAVE_GETHOSTBYNAME 1$(DL) >> $@
@echo $(DL)#define HAVE_GETHOSTNAME 1$(DL) >> $@