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

Comparing libeio/libeio.m4 (file contents):
Revision 1.3 by root, Sun May 11 01:03:33 2008 UTC vs.
Revision 1.4 by root, Sun May 11 01:08:05 2008 UTC

31 res = readahead (fd, offset, count); 31 res = readahead (fd, offset, count);
32 return 0; 32 return 0;
33} 33}
34],ac_cv_readahead=yes,ac_cv_readahead=no)]) 34],ac_cv_readahead=yes,ac_cv_readahead=no)])
35test $ac_cv_readahead = yes && AC_DEFINE(HAVE_READAHEAD, 1, readahead(2) is available (linux)) 35test $ac_cv_readahead = yes && AC_DEFINE(HAVE_READAHEAD, 1, readahead(2) is available (linux))
36test $ac_cv_readahead = yes && AC_DEFINE(_GNU_SOURCE, 1, _GNU_SOURCE required for readahead (linux))
37 36
38AC_CACHE_CHECK(for fdatasync, ac_cv_fdatasync, [AC_LINK_IFELSE([ 37AC_CACHE_CHECK(for fdatasync, ac_cv_fdatasync, [AC_LINK_IFELSE([
39#include <unistd.h> 38#include <unistd.h>
40int main(void) 39int main(void)
41{ 40{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines