From 891b61c3909afdae7e5d7ba14cd12d16186f4a68 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 13 Jan 2011 06:08:58 +0000 Subject: [PATCH] define HAVE_OPENSSL_GOST ENABLE_RPZ_NSDNAME ENABLE_RPZ_NSIP --- config.h.win32 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.h.win32 b/config.h.win32 index 8ac52f8db6..b04c5a3883 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.win32,v 1.24 2009/11/24 02:09:28 marka Exp $ */ +/* $Id: config.h.win32,v 1.25 2011/01/13 06:08:58 marka Exp $ */ /* * win32 configuration file @@ -263,3 +263,11 @@ typedef long off_t; /** define if gai_strerror() exists */ #define HAVE_GAISTRERROR +/* Define if your OpenSSL version supports GOST. */ +#define HAVE_OPENSSL_GOST + +/* Define to enable rpz-nsdname rules. */ +#define ENABLE_RPZ_NSDNAME + +/* Define to enable rpz-nsip rules. */ +#define ENABLE_RPZ_NSIP