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

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

232 return 0; 232 return 0;
233} 233}
234]])],ac_cv_statx=yes,ac_cv_statx=no)]) 234]])],ac_cv_statx=yes,ac_cv_statx=no)])
235test $ac_cv_statx = yes && AC_DEFINE(HAVE_STATX, 1, statx(2) is available) 235test $ac_cv_statx = yes && AC_DEFINE(HAVE_STATX, 1, statx(2) is available)
236 236
237AC_CACHE_CHECK(for accept4, ac_cv_accept4, [AC_LINK_IFELSE([AC_LANG_SOURCE([[
238#include <sys/types.h>
239#include <sys/socket.h>
240int main (void)
241{
242 int res;
243 res = accept4 (1, (struct sockaddr *)0, (socklen_t)0, SOCK_NONBLOCK | SOCK_CLOEXEC);
244 return 0;
245}
246]])],ac_cv_accept4=yes,ac_cv_accept4=no)])
247test $ac_cv_accept4 = yes && AC_DEFINE(HAVE_ACCEPT4, 1, accept4(2) is available)
248
237AC_OUTPUT 249AC_OUTPUT
238 250

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines