From 822fd0f8771d3792da0a08276ab0400b2a68f07e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 23 Mar 2011 13:44:42 +0100 Subject: build: use getenv() replacement function for systems which lack it --- config-dos.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config-dos.h') 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 -- cgit v1.2.3