From 7008d4393689115f85d076a17c6a870caa7973b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Dec 2012 13:34:17 -0500 Subject: [PATCH] Add HAVE_EVENT2_DNS_H to MSVC orconfig.h Fix for bug 7313 --- src/win32/orconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index cca73b0a30..e7840954fd 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -248,3 +248,4 @@ #define FLEXIBLE_ARRAY_MEMBER 0 #define HAVE_EVENT2_EVENT_H #define SHARE_DATADIR "" +#define HAVE_EVENT2_DNS_H