aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-14 21:27:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-14 22:24:38 +0300
commit0af992b3a2aee012ae06ad9873694f581549d0c7 (patch)
tree4fdf7c855c1e300afe74b5046ac1367099f9e6a4 /src/include/microhttpd.h
parent8f6c5894b30ea08e9b03b4fcf0d154ddfec124a9 (diff)
downloadlibmicrohttpd-0af992b3a2aee012ae06ad9873694f581549d0c7.tar.gz
libmicrohttpd-0af992b3a2aee012ae06ad9873694f581549d0c7.zip
Fixed usage of MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE on Linux 3.2, 3.4 (longterm)
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index c91d0a54..d25ea8c2 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095209 129#define MHD_VERSION 0x00095210
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".