diff options
author | root <root> | 2020-01-22 14:14:09 +0000 |
---|---|---|
committer | root <root> | 2020-01-22 14:14:09 +0000 |
commit | abbf50e9a069f38aaa4e0405c8187548afdc5b4e (patch) | |
tree | 3e3194a51cac578506f1cfb22f8e295e063fb5f4 /src | |
parent | 4f6ab4b222afedfa214ef3c86d5fdeb033bb0202 (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ev_cpp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 80dd9b2..2fe50c9 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,8 +1,13 @@ +#define ECB_NO_THREADS 1 + #define EV_COMPAT3 0 #define EV_USE_SELECT 1 #define EV_USE_EPOLL 1 #define EV_USE_KQUEUE 1 #define EV_USE_PORT 1 +//#define EV_USE_LINUXAIO 1 +//#define EV_USE_IOURING 1 +//#define EV_USE_TIMERFD 0 #define EV_PREPARE_ENABLE 1 #define EV_IDLE_ENABLE 1 #define EV_SIGNAL_ENABLE 1 @@ -13,7 +18,7 @@ #include <config.h> #if ENABLE_FRILLS -# define EV_FEATURES 1+2 +# define EV_FEATURES 1 | 2 #else # define EV_FEATURES 0 # define NDEBUG |