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, 8 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

# User Rev Content
1 root 1.19 #define EV_COMPAT3 0
2 root 1.18 #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 root 1.6 #define EV_CONFIG_H <config.h>
10    
11 root 1.16 #include <config.h>
12    
13 root 1.18 #if ENABLE_FRILLS
14     # define EV_FEATURES 1+2
15     #else
16     # define EV_FEATURES 0
17 root 1.16 # define NDEBUG
18     #endif
19    
20 root 1.1 #include "ev++.h"