ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.30 by root, Mon Mar 18 23:52:09 2019 UTC vs.
Revision 1.31 by root, Wed Apr 3 03:03:53 2019 UTC

4525$as_echo "$ac_cv_eventfd" >&6; } 4525$as_echo "$ac_cv_eventfd" >&6; }
4526test $ac_cv_eventfd = yes && 4526test $ac_cv_eventfd = yes &&
4527$as_echo "#define HAVE_EVENTFD 1" >>confdefs.h 4527$as_echo "#define HAVE_EVENTFD 1" >>confdefs.h
4528 4528
4529 4529
4530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for timerfd" >&5 4530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for timerfd_*" >&5
4531$as_echo_n "checking for timerfd... " >&6; } 4531$as_echo_n "checking for timerfd_*... " >&6; }
4532if ${ac_cv_timerfd+:} false; then : 4532if ${ac_cv_timerfd+:} false; then :
4533 $as_echo_n "(cached) " >&6 4533 $as_echo_n "(cached) " >&6
4534else 4534else
4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4536/* end confdefs.h. */ 4536/* end confdefs.h. */
4557fi 4557fi
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_timerfd" >&5 4558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_timerfd" >&5
4559$as_echo "$ac_cv_timerfd" >&6; } 4559$as_echo "$ac_cv_timerfd" >&6; }
4560test $ac_cv_timerfd = yes && 4560test $ac_cv_timerfd = yes &&
4561$as_echo "#define HAVE_TIMERFD 1" >>confdefs.h 4561$as_echo "#define HAVE_TIMERFD 1" >>confdefs.h
4562
4563
4564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for memfd_create" >&5
4565$as_echo_n "checking for memfd_create... " >&6; }
4566if ${ac_cv_memfd_create+:} false; then :
4567 $as_echo_n "(cached) " >&6
4568else
4569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4570/* end confdefs.h. */
4571
4572#include <sys/mman.h>
4573int main (void)
4574{
4575 int res = memfd_create ("name", MFD_CLOEXEC | MFD_ALLOW_SEALING);
4576 return 0;
4577}
4578
4579_ACEOF
4580if ac_fn_c_try_link "$LINENO"; then :
4581 ac_cv_memfd_create=yes
4582else
4583 ac_cv_memfd_create=no
4584fi
4585rm -f core conftest.err conftest.$ac_objext \
4586 conftest$ac_exeext conftest.$ac_ext
4587fi
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_memfd_create" >&5
4589$as_echo "$ac_cv_memfd_create" >&6; }
4590test $ac_cv_memfd_create = yes &&
4591$as_echo "#define HAVE_MEMFD_CREATE 1" >>confdefs.h
4562 4592
4563 4593
4564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for copy_file_range" >&5 4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for copy_file_range" >&5
4565$as_echo_n "checking for copy_file_range... " >&6; } 4595$as_echo_n "checking for copy_file_range... " >&6; }
4566if ${ac_cv_copy_file_range+:} false; then : 4596if ${ac_cv_copy_file_range+:} false; then :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines