X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5bfb4cdf352ad40304c6bbf0d826569dea761699..a3c1395faebdb088bcef9cdb55bb42a791433ccd:/src/src/os.c diff --git a/src/src/os.c b/src/src/os.c index a70bc6115..6e02b8fe2 100644 --- a/src/src/os.c +++ b/src/src/os.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2012 */ /* See the file NOTICE for conditions of use and distribution. */ #ifdef STAND_ALONE @@ -807,7 +807,7 @@ directly, instead making you call a function per thread to get a handle. Other OSs handle thread-safe resolver differently, in ways which fail if the programmer creates their own structs. */ -#ifndef OS_GET_DNS_RESOLVER_RES +#if !defined(OS_GET_DNS_RESOLVER_RES) && !defined(COMPILE_UTILITY) #include