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.4 by root, Sat Aug 25 19:25:32 2018 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 */
55#undef HAVE_RLIMITS 61#undef HAVE_RLIMITS
56 62
57/* sendfile(2) is available and supported */ 63/* sendfile(2) is available and supported */
58#undef HAVE_SENDFILE 64#undef HAVE_SENDFILE
59 65
66/* statx(2) is available */
67#undef HAVE_STATX
68
60/* Define to 1 if you have the <stdint.h> header file. */ 69/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H 70#undef HAVE_STDINT_H
62 71
63/* Define to 1 if you have the <stdlib.h> header file. */ 72/* Define to 1 if you have the <stdlib.h> header file. */
64#undef HAVE_STDLIB_H 73#undef HAVE_STDLIB_H
85#undef HAVE_ST_XTIMESPEC 94#undef HAVE_ST_XTIMESPEC
86 95
87/* sync_file_range(2) is available */ 96/* sync_file_range(2) is available */
88#undef HAVE_SYNC_FILE_RANGE 97#undef HAVE_SYNC_FILE_RANGE
89 98
99/* unix syscall interface */
100#undef HAVE_SYSCALL
101
90/* 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. */
91#undef HAVE_SYS_MKDEV_H 103#undef HAVE_SYS_MKDEV_H
92 104
93/* 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. */
94#undef HAVE_SYS_PRCTL_H 106#undef HAVE_SYS_PRCTL_H
105/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 117/* Define to 1 if you have the <sys/sysmacros.h> header file. */
106#undef HAVE_SYS_SYSMACROS_H 118#undef HAVE_SYS_SYSMACROS_H
107 119
108/* Define to 1 if you have the <sys/types.h> header file. */ 120/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H 121#undef HAVE_SYS_TYPES_H
122
123/* Define to 1 if you have the <sys/uio.h> header file. */
124#undef HAVE_SYS_UIO_H
110 125
111/* timerfd_*(2) are available */ 126/* timerfd_*(2) are available */
112#undef HAVE_TIMERFD 127#undef HAVE_TIMERFD
113 128
114/* Define to 1 if you have the <unistd.h> header file. */ 129/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines