summaryrefslogtreecommitdiff
path: root/config-win32.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-win32.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-win32.h')
-rw-r--r--config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index 5d13f4c..d426c47 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -93,6 +93,9 @@
/* Define if you have the closesocket function. */
#define HAVE_CLOSESOCKET 1
+/* Define if you have the getenv function. */
+#define HAVE_GETENV 1
+
/* Define if you have the gethostname function. */
#define HAVE_GETHOSTNAME 1