--- rxvt-unicode/src/ev_cpp.h 2008/04/07 15:57:40 1.15 +++ rxvt-unicode/src/ev_cpp.h 2009/09/04 15:40:12 1.17 @@ -1,7 +1,8 @@ -#define EV_MINIMAL 1 +#define EV_MINIMAL 2 #define EV_USE_POLL 0 #define EV_USE_INOTIFY 0 #define EV_USE_EVENTFD 0 +#define EV_USE_SIGNALFD 0 #define EV_MULTIPLICITY 0 #define EV_PERIODIC_ENABLE 0 #define EV_STAT_ENABLE 0 @@ -13,4 +14,10 @@ #define EV_MAXPRI 0 #define EV_USE_STDEXCEPT 0 +#include + +#if !ENABLE_FRILLS +# define NDEBUG +#endif + #include "ev++.h"