aboutsummaryrefslogtreecommitdiff
path: root/config-win32.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config-win32.h.in')
-rw-r--r--config-win32.h.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-win32.h.in b/config-win32.h.in
index 6f699bb..a81de0c 100644
--- a/config-win32.h.in
+++ b/config-win32.h.in
@@ -298,11 +298,6 @@ typedef unsigned long in_addr_t;
/* Route command */
#define ROUTE_PATH "route"
-/* Windows doesn't support PTHREAD yet */
-#ifdef USE_PTHREAD
-#error The Windows version of OpenVPN does not support PTHREAD yet
-#endif
-
#ifdef _MSC_VER
/* MSVC++ hacks */
#include <io.h>