ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/ev_cpp.h
Revision: 1.3
Committed: Tue Mar 8 17:33:30 2011 UTC (13 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_0, rel-2_25, HEAD
Changes since 1.2: +9 -5 lines
Log Message:
async functionality, unused

File Contents

# User Rev Content
1 root 1.3 #define EV_COMPAT3 0
2     #define EV_CHILD_ENABLE 1
3     #define EV_USE_STDEXCEPT 0
4 pcg 1.2 #define EV_CONFIG_H <config.h>
5 root 1.3
6     #define EV_FEATURES 1+2+32+64
7    
8     #define EV_IO_ENABLE 1
9     #define EV_TIMER_ENABLE 1
10     #define EV_ASYNC_ENABLE 1
11 pcg 1.2
12 pcg 1.1 #include "ev++.h"