From: root Date: Mon, 12 Nov 2007 01:07:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-0_8~2 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/467f3f9267272948a7b5ecfb9398b7ae40b52f04?ds=inline *** empty log message *** --- diff --git a/ev.c b/ev.c index 0ae34e8..d951d4e 100644 --- a/ev.c +++ b/ev.c @@ -49,7 +49,7 @@ extern "C" { # define EV_USE_SELECT 1 # endif -# if HAVE_POLL && HAVE_POLL_H && !defined (EV_USE_POLL) && !defined (__APPLE__) +# if HAVE_POLL && HAVE_POLL_H && !defined (EV_USE_POLL) # define EV_USE_POLL 1 # endif @@ -57,7 +57,7 @@ extern "C" { # define EV_USE_EPOLL 1 # endif -# if HAVE_KQUEUE && HAVE_SYS_EVENT_H && HAVE_SYS_QUEUE_H && !defined (EV_USE_KQUEUE) && !defined (__APPLE__) +# if HAVE_KQUEUE && HAVE_SYS_EVENT_H && HAVE_SYS_QUEUE_H && !defined (EV_USE_KQUEUE) # define EV_USE_KQUEUE 1 # endif @@ -122,6 +122,12 @@ extern "C" { /**/ +/* darwin simply cnanot be helped */ +#ifdef __APPLE__ +# undef EV_USE_POLL +# undef EV_USE_KQUEUE +#endif + #ifndef CLOCK_MONOTONIC # undef EV_USE_MONOTONIC # define EV_USE_MONOTONIC 0