aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-24 15:02:16 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-24 15:02:16 +0000
commitcd030ca9cae26ecc21a916fb8e51a26bf3a7f9c4 (patch)
tree1cf810bc2e7c8167fc6b1acf709c84ed18617e87 /src/examples/demo_https.c
parent9826ad54e0de815ca9a2b071717dc8aed1ce1a5c (diff)
downloadlibmicrohttpd-cd030ca9cae26ecc21a916fb8e51a26bf3a7f9c4.tar.gz
libmicrohttpd-cd030ca9cae26ecc21a916fb8e51a26bf3a7f9c4.zip
epoll is now supported on non-Linux platforms (namely illumos).
Renamed MHD options and updated documentation.
Diffstat (limited to 'src/examples/demo_https.c')
-rw-r--r--src/examples/demo_https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c
index a80ce5cf..10fc3312 100644
--- a/src/examples/demo_https.c
+++ b/src/examples/demo_https.c
@@ -934,7 +934,7 @@ main (int argc, char *const *argv)
934 update_directory (); 934 update_directory ();
935 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_SSL 935 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_SSL
936#ifdef EPOLL_SUPPORT 936#ifdef EPOLL_SUPPORT
937 | MHD_USE_EPOLL_LINUX_ONLY 937 | MHD_USE_EPOLL
938#endif 938#endif
939 , 939 ,
940 port, 940 port,