aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index c1e69541e..9ce6ad298 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -611,11 +611,10 @@
/* Define to enable c-ares asynchronous DNS lookups. */
/* #define USE_ARES 1 */
-/* Define to enable threaded asynchronous DNS lookups. */
-#if !defined(USE_ARES) && !defined(USE_THREADS_WIN32)
+/* Default define to enable threaded asynchronous DNS lookups. */
+#if !defined(USE_SYNC_DNS) && !defined(USE_ARES) && \
+ !defined(USE_THREADS_WIN32)
# define USE_THREADS_WIN32 1
-#elif defined(USE_THREADS_WIN32) && USE_THREADS_WIN32 == 0
-# undef USE_THREADS_WIN32
#endif
#if defined(USE_ARES) && defined(USE_THREADS_WIN32)