summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-12 01:02:09 +0000
committerroot <root>2007-11-12 01:02:09 +0000
commit41c50e780cb06f9be42a2942bb3292cfbb6fa5e6 (patch)
tree33b6c2f5d0d56685d34b7deda637c9ebc6aae07b
parent1c98724c8fe77a60fa8f7fe4aca6197a7efad110 (diff)
*** empty log message ***
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index 1aafbec..0ae34e8 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)
+# 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