| Revision: | 1.4 |
| Committed: | Thu Nov 22 05:40:31 2007 UTC (18 years, 10 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 1.3: | +7 -0 lines |
| Log Message: | disable kqueue |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.3 | #define EV_USE_POLL 0 |
| 2 | root | 1.1 | #define EV_MULTIPLICITY 0 |
| 3 | #define EV_PERIODICS 0 | ||
| 4 | root | 1.4 | |
| 5 | #ifndef __NetBSD__ | ||
| 6 | // disable kqueue on anything but netbsd, as its broken | ||
| 7 | // on freebsd, openbsd and darwin | ||
| 8 | # define EV_USE_KQUEUE 0 | ||
| 9 | #endif | ||
| 10 | |||
| 11 | root | 1.1 | #include "ev++.h" |