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

Comparing IO-AIO/config.h.in (file contents):
Revision 1.5 by root, Mon Mar 18 23:52:09 2019 UTC vs.
Revision 1.8 by root, Tue Dec 29 15:16:28 2020 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* accept4(2) is available */
4#undef HAVE_ACCEPT4
2 5
3/* copy_file_range(2) is available */ 6/* copy_file_range(2) is available */
4#undef HAVE_COPY_FILE_RANGE 7#undef HAVE_COPY_FILE_RANGE
5 8
6/* eventfd(2) is available */ 9/* eventfd(2) is available */
24/* Define to 1 if you have the <linux/fs.h> header file. */ 27/* Define to 1 if you have the <linux/fs.h> header file. */
25#undef HAVE_LINUX_FS_H 28#undef HAVE_LINUX_FS_H
26 29
27/* splice/vmsplice/tee(2) are available */ 30/* splice/vmsplice/tee(2) are available */
28#undef HAVE_LINUX_SPLICE 31#undef HAVE_LINUX_SPLICE
32
33/* memfd_create(2) is available */
34#undef HAVE_MEMFD_CREATE
29 35
30/* Define to 1 if you have the <memory.h> header file. */ 36/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H 37#undef HAVE_MEMORY_H
32 38
33/* pipe2(2) is available */ 39/* pipe2(2) is available */
87/* stat nanosecond access by st_xtimespec */ 93/* stat nanosecond access by st_xtimespec */
88#undef HAVE_ST_XTIMESPEC 94#undef HAVE_ST_XTIMESPEC
89 95
90/* sync_file_range(2) is available */ 96/* sync_file_range(2) is available */
91#undef HAVE_SYNC_FILE_RANGE 97#undef HAVE_SYNC_FILE_RANGE
98
99/* unix syscall interface */
100#undef HAVE_SYSCALL
92 101
93/* Define to 1 if you have the <sys/mkdev.h> header file. */ 102/* Define to 1 if you have the <sys/mkdev.h> header file. */
94#undef HAVE_SYS_MKDEV_H 103#undef HAVE_SYS_MKDEV_H
95 104
96/* Define to 1 if you have the <sys/prctl.h> header file. */ 105/* Define to 1 if you have the <sys/prctl.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines