aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index 0298dfde..507490d0 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -245,6 +245,20 @@ ignore_sigpipe ()
245} 245}
246@end verbatim 246@end verbatim
247 247
248@section MHD_LONG_LONG
249@cindex long long
250@cindex IAR
251@cindex ARM
252@cindex cortex m3
253
254Some platforms do not support @code{long long}. Hence MHD defines
255a macro @code{MHD_LONG_LONG} which will default to @code{long long}.
256If your platform does not support @code{long long}, you should
257change "platform.h" to define @code{MHD_LONG_LONG} to an appropriate
258alternative type and also define @code{MHD_LONG_LONG_PRINTF} to the
259corresponding format string for printing such a data type (without
260the percent sign).
261
248 262
249@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 263@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
250 264