aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 4e571a26..265496a0 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -332,11 +332,13 @@ valid as long as the response itself is valid.
332@cindex microhttpd.h 332@cindex microhttpd.h
333 333
334Ideally, before including "microhttpd.h" you should add the necessary 334Ideally, before including "microhttpd.h" you should add the necessary
335includes to define the @code{uint64_t}, @code{size_t}, @code{fd_set}, 335includes to define the @code{va_list}, @code{size_t}, @code{ssize_t},
336@code{socklen_t} and @code{struct sockaddr} data types. Which 336@code{intptr_t}, @code{off_t}, @code{uint8_t}, @code{uint16_t},
337specific headers are needed may depend on your platform and your build 337@code{int32_t}, @code{uint32_t}, @code{int64_t}, @code{uint64_t},
338system might include some tests to provide you with the necessary 338@code{fd_set}, @code{socklen_t} and @code{struct sockaddr} data types.
339conditional operations. For possible suggestions consult 339Which specific headers are needed may depend on your platform and your
340build system might include some tests to provide you with the
341necessary conditional operations. For possible suggestions consult
340@code{platform.h} and @code{configure.ac} in the MHD distribution. 342@code{platform.h} and @code{configure.ac} in the MHD distribution.
341 343
342Once you have ensured that you manually (!) included the right headers 344Once you have ensured that you manually (!) included the right headers