ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ev_cpp.h
Revision: 1.18
Committed: Tue Mar 16 00:54:46 2010 UTC (14 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx
Changes since 1.17: +11 -15 lines
Log Message:
update to libev 4.0

File Contents

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