aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 9dc83fb3..2f76a1ec 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -133,7 +133,7 @@ typedef intptr_t ssize_t;
133 * @note While it is a hexadecimal number, it is parsed as decimal number. 133 * @note While it is a hexadecimal number, it is parsed as decimal number.
134 * Example: 0x01093001 = 1.9.30-1. 134 * Example: 0x01093001 = 1.9.30-1.
135 */ 135 */
136#define MHD_VERSION 0x00097201 136#define MHD_VERSION 0x00097202
137 137
138/** 138/**
139 * Operational results from MHD calls. 139 * Operational results from MHD calls.
@@ -222,12 +222,12 @@ typedef SOCKET MHD_socket;
222#define _MHD_INSTRMACRO(a) #a 222#define _MHD_INSTRMACRO(a) #a
223#define _MHD_STRMACRO(a) _MHD_INSTRMACRO (a) 223#define _MHD_STRMACRO(a) _MHD_INSTRMACRO (a)
224/* deprecation message */ 224/* deprecation message */
225#define _MHD_DEPR_MACRO(msg) __pragma (message (__FILE__ "(" _MHD_STRMACRO ( \ 225#define _MHD_DEPR_MACRO(msg) __pragma(message (__FILE__ "(" _MHD_STRMACRO ( \
226 __LINE__) "): warning: " msg)) 226 __LINE__) "): warning: " msg))
227#define _MHD_DEPR_IN_MACRO(msg) _MHD_DEPR_MACRO (msg) 227#define _MHD_DEPR_IN_MACRO(msg) _MHD_DEPR_MACRO (msg)
228#elif defined(__clang__) || defined (__GNUC_PATCHLEVEL__) 228#elif defined(__clang__) || defined (__GNUC_PATCHLEVEL__)
229/* clang or GCC since 3.0 */ 229/* clang or GCC since 3.0 */
230#define _MHD_GCC_PRAG(x) _Pragma (#x) 230#define _MHD_GCC_PRAG(x) _Pragma(#x)
231#if (defined(__clang__) && (__clang_major__ + 0 >= 5 || \ 231#if (defined(__clang__) && (__clang_major__ + 0 >= 5 || \
232 (! defined(__apple_build_version__) && \ 232 (! defined(__apple_build_version__) && \
233 (__clang_major__ + 0 > 3 || (__clang_major__ + 0 == 3 && __clang_minor__ >= \ 233 (__clang_major__ + 0 > 3 || (__clang_major__ + 0 == 3 && __clang_minor__ >= \