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

Comparing EV/Makefile.PL (file contents):
Revision 1.25 by root, Wed Nov 28 11:15:54 2007 UTC vs.
Revision 1.26 by root, Wed Nov 28 17:57:54 2007 UTC

159 159
160*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 160*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
161 161
162 162
163Similarly to the kqueue backend above, EV can take advantage of the 163Similarly to the kqueue backend above, EV can take advantage of the
164solaris 10 port interface. Support for port will be detected at runtime, 164solaris 10 event port interface. Support for event ports will be detected
165with a safe fallback to other methods when it cannot be used. 165at runtime, with a safe fallback to other methods when it cannot be used.
166 166
167EOF 167EOF
168 168
169$DEFINE .= " -DEV_USE_PORT=" . (0 + (prompt ("Enable port backend (y/n)?", (-e "/usr/include/sys/port.h") ? "y" : "n") =~ /[yY]/)); 169$DEFINE .= " -DEV_USE_PORT=" . (0 + (prompt ("Enable event port backend (y/n)?", (-e "/usr/include/sys/port.h") ? "y" : "n") =~ /[yY]/));
170 170
171print <<EOF; 171print <<EOF;
172 172
173*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 173*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
174 174

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines