aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 768df2e1..985b357d 100644
--- a/README
+++ b/README
@@ -46,12 +46,10 @@ sockets. This should work on OS X, Linux and recent BSD systems (at
46least). On other systems that may trigger a SIGPIPE on send/recv, the 46least). On other systems that may trigger a SIGPIPE on send/recv, the
47main application should install a signal handler to handle SIGPIPE. 47main application should install a signal handler to handle SIGPIPE.
48 48
49libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS. 49libmicrohttpd should work well on GNU/Linux, W32, FreeBSD, Darwin,
50NetBSD, OpenBSD, Solaris/OpenIndiana, and z/OS.
50Note that HTTPS is not supported on z/OS (yet). We also have reports 51Note that HTTPS is not supported on z/OS (yet). We also have reports
51of users using it on vxWorks. Note that on platforms where the 52of users using it on vxWorks.
52compiler does not support the "constructor" attribute, you must call
53"MHD_init" before using any MHD functions and "MHD_fini" after you
54are done using MHD.
55 53
56 54
57Development Status 55Development Status