summaryrefslogtreecommitdiffstats
path: root/src/ev_cpp.h
blob: 80dd9b2e0b3ada732757bb5b1b19415f10156599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 <config.h>

#include <config.h>

#if ENABLE_FRILLS
# define EV_FEATURES 1+2
#else
# define EV_FEATURES 0
# define NDEBUG
#endif

#include "ev++.h"