aboutsummaryrefslogtreecommitdiff
path: root/w32/common/MHD_config.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:38 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:38 +0000
commite18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a (patch)
treef0944fff5d0918803b202eb40da58b9b942982c3 /w32/common/MHD_config.h
parenteb46a43bc014b1d5e151fc53996aef14c29fec55 (diff)
downloadlibmicrohttpd-e18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a.tar.gz
libmicrohttpd-e18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a.zip
Moved thread abstraction to mhd_threads.h/mhd_threads.c,
minor bugs fixed.
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r--w32/common/MHD_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index d147e984..c9205115 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -144,6 +144,9 @@
144/* Define to 1 if you have the <time.h> header file. */ 144/* Define to 1 if you have the <time.h> header file. */
145#define HAVE_TIME_H 1 145#define HAVE_TIME_H 1
146 146
147/* Define to 1 if you have the <stddef.h> header file. */
148#define HAVE_STDDEF_H 1
149
147 150
148/* *** Other useful staff *** */ 151/* *** Other useful staff *** */
149 152