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.3 by root, Tue Aug 14 11:50:43 2018 UTC vs.
Revision 1.7 by root, Fri Sep 6 22:03:08 2019 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
66/* Define to 1 if you have the <strings.h> header file. */ 75/* Define to 1 if you have the <strings.h> header file. */
67#undef HAVE_STRINGS_H 76#undef HAVE_STRINGS_H
68 77
69/* Define to 1 if you have the <string.h> header file. */ 78/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H 79#undef HAVE_STRING_H
80
81/* birthtime nanosecond access by st_birthtimensec */
82#undef HAVE_ST_BIRTHTIMENSEC
83
84/* birthtime nanosecond access by st_birthtimespec */
85#undef HAVE_ST_BIRTHTIMESPEC
86
87/* stat st_gen member */
88#undef HAVE_ST_GEN
71 89
72/* stat nanosecond access by st_xtimensec */ 90/* stat nanosecond access by st_xtimensec */
73#undef HAVE_ST_XTIMENSEC 91#undef HAVE_ST_XTIMENSEC
74 92
75/* stat nanosecond access by st_xtimespec */ 93/* stat nanosecond access by st_xtimespec */
96/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 114/* Define to 1 if you have the <sys/sysmacros.h> header file. */
97#undef HAVE_SYS_SYSMACROS_H 115#undef HAVE_SYS_SYSMACROS_H
98 116
99/* Define to 1 if you have the <sys/types.h> header file. */ 117/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H 118#undef HAVE_SYS_TYPES_H
119
120/* Define to 1 if you have the <sys/uio.h> header file. */
121#undef HAVE_SYS_UIO_H
101 122
102/* timerfd_*(2) are available */ 123/* timerfd_*(2) are available */
103#undef HAVE_TIMERFD 124#undef HAVE_TIMERFD
104 125
105/* Define to 1 if you have the <unistd.h> header file. */ 126/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines