Fix building with epoll disabled. Also set the right values for the constants, for pedantic reasons.

SVN revision: 74770
This commit is contained in:
Iván Briano 2012-08-02 00:37:58 +00:00
parent 2e523df978
commit e40c9a05c8
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@
# define HAVE_EPOLL 0
# define EPOLLIN 1
# define EPOLLOUT 2
# define EPOLLPRI 2
# define EPOLLOUT 4
# define EPOLLERR 8
#define EPOLL_CTL_ADD 1