*** empty log message ***

master
Marc Alexander Lehmann 2007-11-11 17:56:11 +00:00
parent 3827259940
commit 3946a5f77a
2 changed files with 6 additions and 1 deletions

View File

@ -138,6 +138,11 @@ PREPROCESSOR SYMBOLS
will be detected at runtime and routed around by disabling this
backend.
EV_USE_DEVPOLL
EV_USE_PORTS
reserved for future expansion, works like the USE symbols above.
EV_H
The name of the ev.h header file used to include it. The default

2
ev.c
View File

@ -53,7 +53,7 @@ extern "C" {
# define EV_USE_POLL 1
# endif
# if HAVE_EPOLL && HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL)
# if HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL)
# define EV_USE_EPOLL 1
# endif