This commit is contained in:
Christian Grothoff
2009-02-03 05:52:37 +00:00
parent f4664618a7
commit 9a779dc219
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -37,8 +37,11 @@ least). On other systems that may trigger a SIGPIPE on send/recv, the
main application should install a signal handler to handle SIGPIPE.
libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS.
Note that HTTPS is not supported on z/OS (yet).
We also have reports of users using it on vxWorks.
Note that HTTPS is not supported on z/OS (yet). We also have reports
of users using it on vxWorks. Note that on platforms where the
compiler does not support the "constructor" attribute, you must call
"MHD_init" before using any MHD functions and "MHD_fini" after you are
done using MHD.
Notes on compiling on z/OS: