ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ev_cpp.h
Revision: 1.19
Committed: Fri Oct 22 05:57:59 2010 UTC (13 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.18: +1 -0 lines
Log Message:
port to libev 4

File Contents

# Content
1 #define EV_COMPAT3 0
2 #define EV_USE_SELECT 1
3 #define EV_USE_EPOLL 1
4 #define EV_PREPARE_ENABLE 1
5 #define EV_IDLE_ENABLE 1
6 #define EV_SIGNAL_ENABLE 1
7 #define EV_CHILD_ENABLE 1
8 #define EV_USE_STDEXCEPT 0
9 #define EV_CONFIG_H <config.h>
10
11 #include <config.h>
12
13 #if ENABLE_FRILLS
14 # define EV_FEATURES 1+2
15 #else
16 # define EV_FEATURES 0
17 # define NDEBUG
18 #endif
19
20 #include "ev++.h"