--- rxvt-unicode/src/ev_cpp.h 2008/02/02 15:19:56 1.14 +++ rxvt-unicode/src/ev_cpp.h 2011/01/10 13:01:59 1.21 @@ -1,14 +1,22 @@ -#define EV_MINIMAL 1 -#define EV_USE_POLL 0 -#define EV_MULTIPLICITY 0 -#define EV_PERIODIC_ENABLE 0 -#define EV_STAT_ENABLE 0 -#define EV_FORK_ENABLE 0 -#define EV_ASYNC_ENABLE 0 -#define EV_EMBED_ENABLE 0 -#define EV_CONFIG_H -#define EV_MINPRI 0 -#define EV_MAXPRI 0 +#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_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"