--- rxvt-unicode/src/ev_cpp.h 2007/11/11 16:28:46 1.1 +++ rxvt-unicode/src/ev_cpp.h 2019/06/25 03:35:01 1.22 @@ -1,5 +1,25 @@ -#define EV_MULTIPLICITY 0 -#define EV_PERIODICS 0 -#define EV_USE_SELECT 0 -#define EV_USE_POLL 1 +#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_PREPARE_ENABLE 1 +#define EV_IDLE_ENABLE 1 +#define EV_SIGNAL_ENABLE 1 +#define EV_CHILD_ENABLE 1 +#define EV_USE_STDEXCEPT 0 +#define EV_CONFIG_H + +#include + +#if ENABLE_FRILLS +# define EV_FEATURES 1+2 +#else +# define EV_FEATURES 0 +# define NDEBUG +#endif + #include "ev++.h"