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