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

Comparing EV/Makefile.PL (file contents):
Revision 1.43 by root, Sun Aug 9 13:30:41 2009 UTC vs.
Revision 1.44 by root, Wed Aug 26 17:31:20 2009 UTC

230 230
231 231
232Another sometimes useful bit of functionality is the Linux signalfd, which 232Another sometimes useful bit of functionality is the Linux signalfd, which
233is useful for faster signal handling (don't care). Kernel support for 233is useful for faster signal handling (don't care). Kernel support for
234this will be probed at runtime, but your libc must contain the necessary 234this will be probed at runtime, but your libc must contain the necessary
235wrapper and include files. Glibc 2.9 and later should have this wrapper. 235wrapper. Glibc 2.7 and later should have this wrapper.
236 236
237EOF 237EOF
238 238
239my $can_signalfd = -e "/usr/include/sys/signalfd.h"; 239my $can_signalfd = -e "/usr/include/sys/signalfd.h";
240$can_signalfd = $ENV{EV_SIGNALFD} if exists $ENV{EV_SIGNALFD}; 240$can_signalfd = $ENV{EV_SIGNALFD} if exists $ENV{EV_SIGNALFD};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines