diff options
author | root <root> | 2007-11-24 16:33:23 +0000 |
---|---|---|
committer | root <root> | 2007-11-24 16:33:23 +0000 |
commit | 97710f65c4339600b822e15e7e78841ae445f0f5 (patch) | |
tree | e9024be6e457c36a4b18a6cd2eb98f4dbc0cab40 /ev.pod | |
parent | 9ed25a080c823727fa23609c493b3f77585581e2 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1471,14 +1471,14 @@ in your include path (e.g. in libev/ when using -Ilibev): ev_win32.c required on win32 platforms only - ev_select.c only when select backend is enabled (which is is by default) + ev_select.c only when select backend is enabled (which is by default) ev_poll.c only when poll backend is enabled (disabled by default) ev_epoll.c only when the epoll backend is enabled (disabled by default) ev_kqueue.c only when the kqueue backend is enabled (disabled by default) ev_port.c only when the solaris port backend is enabled (disabled by default) F<ev.c> includes the backend files directly when enabled, so you only need -to compile a single file. +to compile this single file. =head3 LIBEVENT COMPATIBILITY API @@ -1501,8 +1501,8 @@ You need the following additional files for this: Instead of using C<EV_STANDALONE=1> and providing your config in whatever way you want, you can also C<m4_include([libev.m4])> in your -F<configure.ac> and leave C<EV_STANDALONE> off. F<ev.c> will then include -F<config.h> and configure itself accordingly. +F<configure.ac> and leave C<EV_STANDALONE> undefined. F<ev.c> will then +include F<config.h> and configure itself accordingly. For this of course you need the m4 file: |