summaryrefslogtreecommitdiff
path: root/config-dos.h
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 /config-dos.h
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 'config-dos.h')
-rw-r--r--config-dos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-dos.h b/config-dos.h
index c74425e..d15a177 100644
--- a/config-dos.h
+++ b/config-dos.h
@@ -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