]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Mon, 12 Nov 2007 01:02:09 +0000 (01:02 +0000)
committerroot <root>
Mon, 12 Nov 2007 01:02:09 +0000 (01:02 +0000)
ev.c

diff --git a/ev.c b/ev.c
index 1aafbec9ac321f6c9a6ed371a30ba16570ca3ba8..0ae34e8b3bd66cc1772e9c8750b8da659c4b8a1f 100644 (file)
--- 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)
+# if HAVE_POLL && HAVE_POLL_H && !defined (EV_USE_POLL) && !defined (__APPLE__)
 #  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)
+# if HAVE_KQUEUE && HAVE_SYS_EVENT_H && HAVE_SYS_QUEUE_H && !defined (EV_USE_KQUEUE) && !defined (__APPLE__)
 #  define EV_USE_KQUEUE 1
 # endif