ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Makefile.PL
(Generate patch)

Comparing EV/Makefile.PL (file contents):
Revision 1.64 by root, Tue Nov 19 13:08:54 2019 UTC vs.
Revision 1.65 by root, Fri Nov 22 14:43:49 2019 UTC

113 113
114 114
115The second very portable backend is poll(2). It does not exist on windows 115The second very portable backend is poll(2). It does not exist on windows
116and various versions of Mac OS X (and on the other versions it simply 116and various versions of Mac OS X (and on the other versions it simply
117doesn't work), but works basically everywhere else. It is recommended to use 117doesn't work), but works basically everywhere else. It is recommended to use
118the default here unless you run into compile problems in ev_poll.c. 118the default here unless you run into compilation problems in ev_poll.c.
119 119
120EOF 120EOF
121 121
122$DEFINE .= " -DEV_USE_POLL=" . (0 + (prompt ("Enable poll backend (y/n)?", (have_inc "poll.h") ? "y" : "n") =~ /[yY]/)); 122$DEFINE .= " -DEV_USE_POLL=" . (0 + (prompt ("Enable poll backend (y/n)?", (have_inc "poll.h") ? "y" : "n") =~ /[yY]/));
123 123
365 365
366Very rarely, people want to tweak EV even more, e.g. to exclude 366Very rarely, people want to tweak EV even more, e.g. to exclude
367or include certain watcher types or backends. This can be done by adding 367or include certain watcher types or backends. This can be done by adding
368extra -D options here, or via the EV_EXTRA_DEFS environment variable. 368extra -D options here, or via the EV_EXTRA_DEFS environment variable.
369 369
370For example, if you run into compile problems because of missing memory 370For example, if you run into compilation problems because of missing memory
371fences (or you just want extra performance), you can tell EV to not support 371fences (or you just want extra performance), you can tell EV to not support
372smp and threads via -DEV_NO_THREADS. 372smp and threads via -DEV_NO_THREADS.
373 373
374Normal persons just press enter. 374Normal persons just press enter.
375 375

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines