--- rxvt-unicode/src/ev_cpp.h 2007/11/25 08:38:06 1.7 +++ rxvt-unicode/src/ev_cpp.h 2009/07/18 05:59:49 1.16 @@ -1,8 +1,22 @@ +#define EV_MINIMAL 2 #define EV_USE_POLL 0 +#define EV_USE_INOTIFY 0 +#define EV_USE_EVENTFD 0 #define EV_MULTIPLICITY 0 -#define EV_PERIODICS 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_USE_STDEXCEPT 0 + +#include + +#if !ENABLE_FRILLS +# define NDEBUG +#endif #include "ev++.h"