epoll is now supported on non-Linux platforms (namely illumos).

Renamed MHD options and updated documentation.
This commit is contained in:
Evgeny Grin (Karlson2k)
2016-08-24 15:02:16 +00:00
parent 9826ad54e0
commit cd030ca9ca
15 changed files with 80 additions and 69 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ main (int argc, char *const *argv)
return -1;
}
#ifdef EPOLL_SUPPORT
if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY)))
if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL)))
fprintf (stderr, "Fail: %d\n", errorCount);
#endif
if (0 != (errorCount = testExternalGet (0)))