mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
epoll is now supported on non-Linux platforms (namely illumos).
Renamed MHD options and updated documentation.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user