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

Comparing IO-AIO/configure (file contents):
Revision 1.31 by root, Wed Apr 3 03:03:53 2019 UTC vs.
Revision 1.32 by root, Fri Sep 6 22:03:09 2019 UTC

4825$as_echo "$ac_cv_statx" >&6; } 4825$as_echo "$ac_cv_statx" >&6; }
4826test $ac_cv_statx = yes && 4826test $ac_cv_statx = yes &&
4827$as_echo "#define HAVE_STATX 1" >>confdefs.h 4827$as_echo "#define HAVE_STATX 1" >>confdefs.h
4828 4828
4829 4829
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for accept4" >&5
4831$as_echo_n "checking for accept4... " >&6; }
4832if ${ac_cv_accept4+:} false; then :
4833 $as_echo_n "(cached) " >&6
4834else
4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4836/* end confdefs.h. */
4837
4838#include <sys/types.h>
4839#include <sys/socket.h>
4840int main (void)
4841{
4842 int res;
4843 res = accept4 (1, (struct sockaddr *)0, (socklen_t)0, SOCK_NONBLOCK | SOCK_CLOEXEC);
4844 return 0;
4845}
4846
4847_ACEOF
4848if ac_fn_c_try_link "$LINENO"; then :
4849 ac_cv_accept4=yes
4850else
4851 ac_cv_accept4=no
4852fi
4853rm -f core conftest.err conftest.$ac_objext \
4854 conftest$ac_exeext conftest.$ac_ext
4855fi
4856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_accept4" >&5
4857$as_echo "$ac_cv_accept4" >&6; }
4858test $ac_cv_accept4 = yes &&
4859$as_echo "#define HAVE_ACCEPT4 1" >>confdefs.h
4860
4861
4830cat >confcache <<\_ACEOF 4862cat >confcache <<\_ACEOF
4831# This file is a shell script that caches the results of configure 4863# This file is a shell script that caches the results of configure
4832# tests run on this system so they can be shared between configure 4864# tests run on this system so they can be shared between configure
4833# scripts and configure runs, see configure's option --config-cache. 4865# scripts and configure runs, see configure's option --config-cache.
4834# It is not useful on other systems. If it contains results you don't 4866# It is not useful on other systems. If it contains results you don't

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines