Added support for epoll() as an alternative to poll() (based on the
work of Shachar Shemesh and Mike McCormack).
diff --git a/configure b/configure
index f2ea42e..b09971a 100755
--- a/configure
+++ b/configure
@@ -16277,6 +16277,7 @@
+
for ac_func in \
_lwp_create \
_lwp_self \
@@ -16289,6 +16290,7 @@
_vsnprintf \
chsize \
clone \
+ epoll_create \
finite \
fpclass \
fstatfs \
@@ -16525,6 +16527,7 @@
+
for ac_header in \
arpa/inet.h \
arpa/nameser.h \
@@ -16575,6 +16578,7 @@
sys/cdio.h \
sys/elf32.h \
sys/errno.h \
+ sys/epoll.h \
sys/exec_elf.h \
sys/file.h \
sys/filio.h \