From 474ac4c77acc930b9a08a8f47a58857bf3367302 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Jan 2011 13:01:59 +0000 Subject: *** empty log message *** --- src/ev_cpp.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/ev_cpp.h (limited to 'src') diff --git a/src/ev_cpp.h b/src/ev_cpp.h new file mode 100644 index 0000000..80dd9b2 --- /dev/null +++ b/src/ev_cpp.h @@ -0,0 +1,22 @@ +#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" -- cgit v1.2.3