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.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 */
54/* setrlimit/getrlimit is available */ 60/* setrlimit/getrlimit 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
65
66/* statx(2) is available */
67#undef HAVE_STATX
59 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. */
105/* 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. */
106#undef HAVE_SYS_SYSMACROS_H 115#undef HAVE_SYS_SYSMACROS_H
107 116
108/* 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. */
109#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
110 122
111/* timerfd_*(2) are available */ 123/* timerfd_*(2) are available */
112#undef HAVE_TIMERFD 124#undef HAVE_TIMERFD
113 125
114/* 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