diff --git a/src/event/event.c b/src/event/event.c index a705f78c62..300d3d6d7c 100644 --- a/src/event/event.c +++ b/src/event/event.c @@ -88,6 +88,7 @@ extern const struct ompi_eventop ompi_win32ops; /* In order of preference */ static const struct ompi_eventop *ompi_eventops[] = { +#if 0 #if HAVE_WORKING_KQUEUE &ompi_kqops, #endif @@ -97,6 +98,7 @@ static const struct ompi_eventop *ompi_eventops[] = { #if HAVE_RTSIG &ompi_rtsigops, #endif +#endif #if HAVE_POLL &ompi_pollops, #endif