| 1 |
#define ECB_NO_THREADS 1 |
| 2 |
|
| 3 |
#define EV_COMPAT3 0 |
| 4 |
#define EV_USE_SELECT 1 |
| 5 |
#define EV_USE_EPOLL 1 |
| 6 |
#define EV_USE_KQUEUE 1 |
| 7 |
#define EV_USE_PORT 1 |
| 8 |
//#define EV_USE_LINUXAIO 1 |
| 9 |
#define EV_USE_IOURING 1 |
| 10 |
//#define EV_USE_TIMERFD 0 |
| 11 |
#define EV_PREPARE_ENABLE 1 |
| 12 |
#define EV_IDLE_ENABLE 1 |
| 13 |
#define EV_SIGNAL_ENABLE 1 |
| 14 |
#define EV_CHILD_ENABLE 1 |
| 15 |
#define EV_USE_STDEXCEPT 0 |
| 16 |
#define EV_CONFIG_H <config.h> |
| 17 |
|
| 18 |
#include <config.h> |
| 19 |
|
| 20 |
#if ENABLE_FRILLS |
| 21 |
# define EV_FEATURES 1 | 2 |
| 22 |
#else |
| 23 |
# define EV_FEATURES 0 |
| 24 |
# define NDEBUG |
| 25 |
#endif |
| 26 |
|
| 27 |
#include "ev++.h" |