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

Comparing libev/ev.html (file contents):
Revision 1.43 by root, Sat Nov 24 16:31:45 2007 UTC vs.
Revision 1.44 by root, Sat Nov 24 16:33:23 2007 UTC

4<head> 4<head>
5 <title>libev</title> 5 <title>libev</title>
6 <meta name="description" content="Pod documentation for libev" /> 6 <meta name="description" content="Pod documentation for libev" />
7 <meta name="inputfile" content="&lt;standard input&gt;" /> 7 <meta name="inputfile" content="&lt;standard input&gt;" />
8 <meta name="outputfile" content="&lt;standard output&gt;" /> 8 <meta name="outputfile" content="&lt;standard output&gt;" />
9 <meta name="created" content="Sat Nov 24 17:31:33 2007" /> 9 <meta name="created" content="Sat Nov 24 17:33:21 2007" />
10 <meta name="generator" content="Pod::Xhtml 1.57" /> 10 <meta name="generator" content="Pod::Xhtml 1.57" />
11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> 11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
12<body> 12<body>
13<div class="pod"> 13<div class="pod">
14<!-- INDEX START --> 14<!-- INDEX START -->
1469 ev_vars.h 1469 ev_vars.h
1470 ev_wrap.h 1470 ev_wrap.h
1471 1471
1472 ev_win32.c required on win32 platforms only 1472 ev_win32.c required on win32 platforms only
1473 1473
1474 ev_select.c only when select backend is enabled (which is is by default) 1474 ev_select.c only when select backend is enabled (which is by default)
1475 ev_poll.c only when poll backend is enabled (disabled by default) 1475 ev_poll.c only when poll backend is enabled (disabled by default)
1476 ev_epoll.c only when the epoll backend is enabled (disabled by default) 1476 ev_epoll.c only when the epoll backend is enabled (disabled by default)
1477 ev_kqueue.c only when the kqueue backend is enabled (disabled by default) 1477 ev_kqueue.c only when the kqueue backend is enabled (disabled by default)
1478 ev_port.c only when the solaris port backend is enabled (disabled by default) 1478 ev_port.c only when the solaris port backend is enabled (disabled by default)
1479 1479
1480</pre> 1480</pre>
1481<p><cite>ev.c</cite> includes the backend files directly when enabled, so you only need 1481<p><cite>ev.c</cite> includes the backend files directly when enabled, so you only need
1482to compile a single file.</p> 1482to compile this single file.</p>
1483 1483
1484</div> 1484</div>
1485<h3 id="LIBEVENT_COMPATIBILITY_API">LIBEVENT COMPATIBILITY API</h3> 1485<h3 id="LIBEVENT_COMPATIBILITY_API">LIBEVENT COMPATIBILITY API</h3>
1486<div id="LIBEVENT_COMPATIBILITY_API_CONTENT"> 1486<div id="LIBEVENT_COMPATIBILITY_API_CONTENT">
1487<p>To include the libevent compatibility API, also include:</p> 1487<p>To include the libevent compatibility API, also include:</p>
1502</div> 1502</div>
1503<h3 id="AUTOCONF_SUPPORT">AUTOCONF SUPPORT</h3> 1503<h3 id="AUTOCONF_SUPPORT">AUTOCONF SUPPORT</h3>
1504<div id="AUTOCONF_SUPPORT_CONTENT"> 1504<div id="AUTOCONF_SUPPORT_CONTENT">
1505<p>Instead of using <code>EV_STANDALONE=1</code> and providing your config in 1505<p>Instead of using <code>EV_STANDALONE=1</code> and providing your config in
1506whatever way you want, you can also <code>m4_include([libev.m4])</code> in your 1506whatever way you want, you can also <code>m4_include([libev.m4])</code> in your
1507<cite>configure.ac</cite> and leave <code>EV_STANDALONE</code> off. <cite>ev.c</cite> will then include 1507<cite>configure.ac</cite> and leave <code>EV_STANDALONE</code> undefined. <cite>ev.c</cite> will then
1508<cite>config.h</cite> and configure itself accordingly.</p> 1508include <cite>config.h</cite> and configure itself accordingly.</p>
1509<p>For this of course you need the m4 file:</p> 1509<p>For this of course you need the m4 file:</p>
1510<pre> libev.m4 1510<pre> libev.m4
1511 1511
1512</pre> 1512</pre>
1513 1513

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines