aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-14 21:41:49 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-14 21:46:12 +0300
commit8eb8e558f09b0457562e3db14ca494d73ea5998e (patch)
tree1f0cf0e3b95f16417d7668365bd9beb9f530e1cd /README
parent9733f301ca5a33958affc0ba3dd3e31967c2733a (diff)
downloadlibmicrohttpd-8eb8e558f09b0457562e3db14ca494d73ea5998e.tar.gz
libmicrohttpd-8eb8e558f09b0457562e3db14ca494d73ea5998e.zip
Dropped non-functional Symbian support.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 6a8d2780..768df2e1 100644
--- a/README
+++ b/README
@@ -48,10 +48,10 @@ main 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, BSD, OS X, W32 and z/OS.
50Note that HTTPS is not supported on z/OS (yet). We also have reports 50Note that HTTPS is not supported on z/OS (yet). We also have reports
51of users using it on vxWorks and Symbian. Note that on platforms 51of users using it on vxWorks. Note that on platforms where the
52where the compiler does not support the "constructor" attribute, you 52compiler does not support the "constructor" attribute, you must call
53must call "MHD_init" before using any MHD functions and "MHD_fini" 53"MHD_init" before using any MHD functions and "MHD_fini" after you
54after you are done using MHD. 54are done using MHD.
55 55
56 56
57Development Status 57Development Status