Enable epoll() by default on Linux.

This commit is contained in:
Roger A. Light 2017-08-09 09:37:52 +01:00
parent b11855821e
commit c0326c9e62

View File

@ -90,7 +90,7 @@ WITH_STATIC_LIBRARIES:=no
#WITH_ADNS:=yes
# Build with epoll support.
#WITH_EPOLL:=yes
WITH_EPOLL:=yes
# =============================================================================
# End of user configuration