1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 12:55:12 +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

@ -9,6 +9,7 @@
#define PACKAGE "c-ares"
#define HAVE_ERRNO_H 1
#define HAVE_GETENV 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_IOCTLSOCKET 1
#define HAVE_IOCTLSOCKET_FIONBIO 1