summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-11-24 10:10:26 +0000
committerroot <root>2007-11-24 10:10:26 +0000
commit9e2c6f5f713cf5b0a9dc3b1aed5b0b7f06f3b6dc (patch)
tree9b46b245058416b5926f006011365f64b7c73476 /ev.pod
parentcab1dfd25c129b324b6840e71ec2feaf9fb53693 (diff)
include embedding doc in main doc
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod19
1 files changed, 7 insertions, 12 deletions
diff --git a/ev.pod b/ev.pod
index 05bac98..30439ef 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1675,22 +1675,17 @@ file.
The usage in rxvt-unicode is simpler. It has a F<ev_cpp.h> header file
that everybody includes and which overrides some autoconf choices:
- #define EV_USE_POLL 0
- #define EV_MULTIPLICITY 0
- #define EV_PERIODICS 0
- #define EV_CONFIG_H <config.h>
+ #define EV_USE_POLL 0
+ #define EV_MULTIPLICITY 0
+ #define EV_PERIODICS 0
+ #define EV_CONFIG_H <config.h>
- #include "ev++.h"
+ #include "ev++.h"
And a F<ev_cpp.C> implementation file that contains libev proper and is compiled:
- #include "rxvttoolkit.h"
-
- /* darwin has problems with its header files in C++, requiring this namespace juggling */
- using namespace ev;
-
- #include "ev.c"
-
+ #include "ev_cpp.h"
+ #include "ev.c"
=head1 AUTHOR