File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -459,30 +459,6 @@ AC_DEFUN([AC_FPM_EPOLL],
459
459
] )
460
460
] )
461
461
462
- AC_DEFUN ( [ AC_FPM_POLL] ,
463
- [
464
- AC_MSG_CHECKING ( [ for poll] )
465
-
466
- AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
467
- #include <poll.h>
468
- ] ] , [ [
469
- struct pollfd fds[ 2] ;
470
-
471
- fds[ 0] .fd = 0;
472
- fds[ 0] .events = POLLIN;
473
-
474
- fds[ 1] .fd = 0;
475
- fds[ 1] .events = POLLIN;
476
-
477
- poll(fds, 2, 1);
478
- ] ] ) ] , [
479
- AC_DEFINE ( [ HAVE_POLL] , 1 , [ do we have poll?] )
480
- AC_MSG_RESULT ( [ yes] )
481
- ] , [
482
- AC_MSG_RESULT ( [ no] )
483
- ] )
484
- ] )
485
-
486
462
AC_DEFUN ( [ AC_FPM_SELECT] ,
487
463
[
488
464
AC_MSG_CHECKING ( [ for select] )
@@ -544,7 +520,6 @@ if test "$PHP_FPM" != "no"; then
544
520
AC_FPM_PORT
545
521
AC_FPM_DEVPOLL
546
522
AC_FPM_EPOLL
547
- AC_FPM_POLL
548
523
AC_FPM_SELECT
549
524
AC_FPM_APPARMOR
550
525
You can’t perform that action at this time.
0 commit comments