ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ev_cpp.h
Revision: 1.4
Committed: Thu Nov 22 05:40:31 2007 UTC (16 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.3: +7 -0 lines
Log Message:
disable kqueue

File Contents

# Content
1 #define EV_USE_POLL 0
2 #define EV_MULTIPLICITY 0
3 #define EV_PERIODICS 0
4
5 #ifndef __NetBSD__
6 // disable kqueue on anything but netbsd, as its broken
7 // on freebsd, openbsd and darwin
8 # define EV_USE_KQUEUE 0
9 #endif
10
11 #include "ev++.h"