aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-02 21:21:31 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-02 22:48:04 +0300
commit101fa6ceed4baf7e03a2f24aca4beb6e03dbb9d6 (patch)
tree4ec85943842852ef23a15ac272a05fdfe13a5b4e /w32
parent20bb6c5dc0f4ea03e9a5fc5077f4d04166c0fc08 (diff)
downloadlibmicrohttpd-101fa6ceed4baf7e03a2f24aca4beb6e03dbb9d6.tar.gz
libmicrohttpd-101fa6ceed4baf7e03a2f24aca4beb6e03dbb9d6.zip
Added 'configure' parameter '--disable-httpupgrade'.
Could be used to reduce complied binary size if HTTP "Upgrade" is not required.
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 548f6a69..bfa7ce8d 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -38,6 +38,8 @@
38/* Enable error messages */ 38/* Enable error messages */
39#define HAVE_MESSAGES 1 39#define HAVE_MESSAGES 1
40 40
41/* Enable HTTP Upgrade support. */
42#define UPGRADE_SUPPORT 1
41 43
42/* *** OS features *** */ 44/* *** OS features *** */
43 45