ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/README.embed
(Generate patch)

Comparing libev/README.embed (file contents):
Revision 1.10 by root, Thu Nov 8 18:52:45 2007 UTC vs.
Revision 1.14 by root, Fri Nov 9 19:14:51 2007 UTC

21 (best done by writing a wrapper around ev.h that you can include 21 (best done by writing a wrapper around ev.h that you can include
22 instead and where you can put other configuration options): 22 instead and where you can put other configuration options):
23 23
24 #define EV_STANDALONE 1 24 #define EV_STANDALONE 1
25 #include "ev.h" 25 #include "ev.h"
26
27 Both header files and implementation files can be compiled with a C++
28 compiler (at least, thats a stated goal, and breakage will be treated
29 as a bug).
26 30
27 You need the following files in your source tree, or in a directory 31 You need the following files in your source tree, or in a directory
28 in your include path (e.g. in libev/ when using -Ilibev): 32 in your include path (e.g. in libev/ when using -Ilibev):
29 33
30 ev.h 34 ev.h
68 Must always be "1", which keeps libev from including config.h or 72 Must always be "1", which keeps libev from including config.h or
69 other files, and it also defines dummy implementations for some 73 other files, and it also defines dummy implementations for some
70 libevent functions (such as logging, which is not supported). It 74 libevent functions (such as logging, which is not supported). It
71 will also not define any of the structs usually found in "event.h" 75 will also not define any of the structs usually found in "event.h"
72 that are not directly supported by libev code alone. 76 that are not directly supported by libev code alone.
77
78 EV_H
79
80 The name of the ev.h header file used to include it. The default
81 if undefined is <ev.h> in event.h and "ev.h" in ev.c. This can
82 be used to virtually rename the ev.h header file in case of
83 conflicts.
84
85 EV_EVENT_H
86
87 Similarly to EV_H, this macro cna be used to override event.c's idea
88 of how the event.h header can be found.
73 89
74 EV_USE_MONOTONIC 90 EV_USE_MONOTONIC
75 91
76 If undefined or defined to be "1", libev will try to detect the 92 If undefined or defined to be "1", libev will try to detect the
77 availability of the monotonic clock option at both compiletime and 93 availability of the monotonic clock option at both compiletime and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines