ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/IO-AIO/autoconf/config.h.in
(Generate patch)

Comparing cvsroot/IO-AIO/autoconf/config.h.in (file contents):
Revision 1.1 by root, Sun Jul 31 18:14:48 2005 UTC vs.
Revision 1.4 by root, Tue Aug 23 12:37:19 2005 UTC

6/* pread(2) and pwrite(2) are available */ 6/* pread(2) and pwrite(2) are available */
7#undef HAVE_PREADWRITE 7#undef HAVE_PREADWRITE
8 8
9/* readahead(2) is available (linux) */ 9/* readahead(2) is available (linux) */
10#undef HAVE_READAHEAD 10#undef HAVE_READAHEAD
11
12/* readdir_r is available */
13#undef HAVE_READDIR_R
14
15/* sendfile(2) is available and supported */
16#undef HAVE_SENDFILE
11 17
12/* Define to the address where bug reports for this package should be sent. */ 18/* Define to the address where bug reports for this package should be sent. */
13#undef PACKAGE_BUGREPORT 19#undef PACKAGE_BUGREPORT
14 20
15/* Define to the full name of this package. */ 21/* Define to the full name of this package. */
21/* Define to the one symbol short name of this package. */ 27/* Define to the one symbol short name of this package. */
22#undef PACKAGE_TARNAME 28#undef PACKAGE_TARNAME
23 29
24/* Define to the version of this package. */ 30/* Define to the version of this package. */
25#undef PACKAGE_VERSION 31#undef PACKAGE_VERSION
26
27/* Enable GNU extenstions */
28#undef _GNU_SOURCE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines