aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-11 15:20:50 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-10-11 15:20:50 +0000
commitb6ae5bf9b70c867664daced6f24b6ba28ebc6c82 (patch)
treec00d1deea1e973ec182cf9e0233b6121cd57012b /w32
parent992b827ada904941972fe455c795f7b60853c33e (diff)
downloadlibmicrohttpd-b6ae5bf9b70c867664daced6f24b6ba28ebc6c82.tar.gz
libmicrohttpd-b6ae5bf9b70c867664daced6f24b6ba28ebc6c82.zip
Add 'configure' parameter to control ITC type
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 72b157ac..548f6a69 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -44,8 +44,8 @@
44/* Provides IPv6 headers */ 44/* Provides IPv6 headers */
45#define HAVE_INET6 1 45#define HAVE_INET6 1
46 46
47/* Define to use pair of sockets instead of pipes for signaling */ 47/* Define to use socketpair for inter-thread communication */
48#define MHD_DONT_USE_PIPES 1 48#define _MHD_ITC_SOCKETPAIR 1
49 49
50/* define to use W32 threads */ 50/* define to use W32 threads */
51#define MHD_USE_W32_THREADS 1 51#define MHD_USE_W32_THREADS 1