ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.95 by root, Sun Nov 11 01:42:13 2007 UTC vs.
Revision 1.96 by root, Sun Nov 11 01:50:36 2007 UTC

39# if HAVE_CLOCK_GETTIME 39# if HAVE_CLOCK_GETTIME
40# define EV_USE_MONOTONIC 1 40# define EV_USE_MONOTONIC 1
41# define EV_USE_REALTIME 1 41# define EV_USE_REALTIME 1
42# endif 42# endif
43 43
44# if HAVE_SELECT && HAVE_SYS_SELECT_H 44# if HAVE_SELECT && HAVE_SYS_SELECT_H && !defined (EV_USE_SELECT)
45# define EV_USE_SELECT 1 45# define EV_USE_SELECT 1
46# endif 46# endif
47 47
48# if HAVE_POLL && HAVE_POLL_H 48# if HAVE_POLL && HAVE_POLL_H && !defined (EV_USE_POLL)
49# define EV_USE_POLL 1 49# define EV_USE_POLL 1
50# endif 50# endif
51 51
52# if HAVE_EPOLL && HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H 52# if HAVE_EPOLL && HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL)
53# define EV_USE_EPOLL 1 53# define EV_USE_EPOLL 1
54# endif 54# endif
55 55
56# if HAVE_KQUEUE && HAVE_SYS_EVENT_H && HAVE_SYS_QUEUE_H 56# if HAVE_KQUEUE && HAVE_SYS_EVENT_H && HAVE_SYS_QUEUE_H && !defined (EV_USE_KQUEUE)
57# define EV_USE_KQUEUE 1 57# define EV_USE_KQUEUE 1
58# endif 58# endif
59 59
60#endif 60#endif
61 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines