--- EV/Makefile.PL 2008/10/02 12:27:56 1.35 +++ EV/Makefile.PL 2008/10/29 17:41:11 1.36 @@ -68,21 +68,6 @@ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** -Another useful bit of functionality is the Linux eventfd, which is useful -for faster signal handling (don't care) and intra-thread communications -(mostly useful for embedding). Kernel support for this will be probed at -runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and -later should have this wrapper. - -EOF - -$DEFINE .= " -DEV_USE_EVENTFD=" . (0 + (prompt ("Enable linux eventfd support (y/n)?", (-e "/usr/include/sys/eventfd.h") || $ENV{EV_EVENTFD} ? "y" : "n") =~ /[yY]/)); - -print <