ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/libeio.m4
(Generate patch)

Comparing libeio/libeio.m4 (file contents):
Revision 1.22 by root, Tue Nov 13 20:14:57 2012 UTC vs.
Revision 1.23 by root, Thu Jun 25 13:34:28 2015 UTC

191 return 0; 191 return 0;
192} 192}
193])],ac_cv_linux_splice=yes,ac_cv_linux_splice=no)]) 193])],ac_cv_linux_splice=yes,ac_cv_linux_splice=no)])
194test $ac_cv_linux_splice = yes && AC_DEFINE(HAVE_LINUX_SPLICE, 1, splice/vmsplice/tee(2) are available) 194test $ac_cv_linux_splice = yes && AC_DEFINE(HAVE_LINUX_SPLICE, 1, splice/vmsplice/tee(2) are available)
195 195
196AC_CACHE_CHECK(for pipe2, ac_cv_pipe2, [AC_LINK_IFELSE([AC_LANG_SOURCE([[
197#include <fcntl.h>
198#include <unistd.h>
199int res;
200int main (void)
201{
202 res = pipe2 (0, 0);
203 return 0;
204}
205]])],ac_cv_pipe2=yes,ac_cv_pipe2=no)])
206test $ac_cv_pipe2 = yes && AC_DEFINE(HAVE_PIPE2, 1, pipe2(2) is available)
207

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines