aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 21:47:15 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 21:47:15 +0300
commitcdbb60f57c4c7746c1956e825db324816ed9285d (patch)
tree1011fd71500b0017592e67ff1458ff44e2a597e2 /README
parent46727a1b87e201255cfa18ffb88ce8220ac03b4f (diff)
downloadlibmicrohttpd-cdbb60f57c4c7746c1956e825db324816ed9285d.tar.gz
libmicrohttpd-cdbb60f57c4c7746c1956e825db324816ed9285d.zip
Update README.
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