--- rxvt-unicode/src/ev_cpp.h 2020/01/22 13:57:10 1.25 +++ rxvt-unicode/src/ev_cpp.h 2020/01/22 14:14:09 1.26 @@ -7,6 +7,7 @@ #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 @@ -17,7 +18,7 @@ #include #if ENABLE_FRILLS -# define EV_FEATURES 1+2 +# define EV_FEATURES 1 | 2 #else # define EV_FEATURES 0 # define NDEBUG