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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 5211d354..2ab208a0 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -87,12 +87,7 @@ extern "C"
87#endif 87#endif
88#endif 88#endif
89 89
90/* While we generally would like users to use a configure-driven 90/* If generic headers don't work on your platform, include headers
91 build process which detects which headers are present and
92 hence works on any platform, we use "standard" includes here
93 to build out-of-the-box for beginning users on common systems.
94
95 If generic headers don't work on your platform, include headers
96 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 91 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',
97 'uint16_t', 'uint32_t', 'uint64_t', 'off_t', 'struct sockaddr', 92 'uint16_t', 'uint32_t', 'uint64_t', 'off_t', 'struct sockaddr',
98 'socklen_t', 'fd_set' and "#define MHD_PLATFORM_H" before 93 'socklen_t', 'fd_set' and "#define MHD_PLATFORM_H" before
@@ -135,7 +130,7 @@ typedef intptr_t ssize_t;
135 * they are parsed as decimal numbers. 130 * they are parsed as decimal numbers.
136 * Example: 0x01093001 = 1.9.30-1. 131 * Example: 0x01093001 = 1.9.30-1.
137 */ 132 */
138#define MHD_VERSION 0x00097207 133#define MHD_VERSION 0x00097300
139 134
140/** 135/**
141 * Operational results from MHD calls. 136 * Operational results from MHD calls.