aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 25ff36f9..74ce8154 100644
--- a/README
+++ b/README
@@ -37,8 +37,11 @@ least). On other systems that may trigger a SIGPIPE on send/recv, the
37main application should install a signal handler to handle SIGPIPE. 37main application should install a signal handler to handle SIGPIPE.
38 38
39libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS. 39libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS.
40Note that HTTPS is not supported on z/OS (yet). 40Note that HTTPS is not supported on z/OS (yet). We also have reports
41We also have reports of users using it on vxWorks. 41of users using it on vxWorks. Note that on platforms where the
42compiler does not support the "constructor" attribute, you must call
43"MHD_init" before using any MHD functions and "MHD_fini" after you are
44done using MHD.
42 45
43 46
44Notes on compiling on z/OS: 47Notes on compiling on z/OS: