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

Comparing EV/Makefile.PL (file contents):
Revision 1.15 by root, Sun Nov 4 16:43:53 2007 UTC vs.
Revision 1.16 by root, Tue Nov 6 17:20:42 2007 UTC

98supporting it. Support for kqueue will be detected at runtime, with a 98supporting it. Support for kqueue will be detected at runtime, with a
99safe fallback to other methods when it cannot be used. 99safe fallback to other methods when it cannot be used.
100 100
101EOF 101EOF
102 102
103if (prompt ("Enable kqueue backend (y/n)?", (-e "/usr/include/sys/event.h-disabled") ? "y" : "n") =~ /[yY]/) { 103if (prompt ("Enable kqueue backend (y/n)?", (-e "/usr/include/sys/event.h") ? "y" : "n") =~ /[yY]/) {
104 $DEFINE .= " -DEV_USE_KQUEUE"; 104 $DEFINE .= " -DEV_USE_KQUEUE";
105} 105}
106 106
107print <<EOF; 107print <<EOF;
108 108

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines