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

Comparing libeio/libeio.m4 (file contents):
Revision 1.18 by root, Tue Apr 10 05:01:34 2012 UTC vs.
Revision 1.19 by sf-exg, Tue Apr 10 08:48:39 2012 UTC

121 return 0; 121 return 0;
122} 122}
123],ac_cv_sync_file_range=yes,ac_cv_sync_file_range=no)]) 123],ac_cv_sync_file_range=yes,ac_cv_sync_file_range=no)])
124test $ac_cv_sync_file_range = yes && AC_DEFINE(HAVE_SYNC_FILE_RANGE, 1, sync_file_range(2) is available) 124test $ac_cv_sync_file_range = yes && AC_DEFINE(HAVE_SYNC_FILE_RANGE, 1, sync_file_range(2) is available)
125 125
126AC_CACHE_CHECK(for fallocate, ac_cv_flinux_allocate, [AC_LINK_IFELSE([ 126AC_CACHE_CHECK(for fallocate, ac_cv_linux_fallocate, [AC_LINK_IFELSE([
127#include <fcntl.h> 127#include <fcntl.h>
128int main (void) 128int main (void)
129{ 129{
130 int fd = 0; 130 int fd = 0;
131 int mode = 0; 131 int mode = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines