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.6 by root, Wed Apr 3 03:03:53 2019 UTC

24/* Define to 1 if you have the <linux/fs.h> header file. */ 24/* Define to 1 if you have the <linux/fs.h> header file. */
25#undef HAVE_LINUX_FS_H 25#undef HAVE_LINUX_FS_H
26 26
27/* splice/vmsplice/tee(2) are available */ 27/* splice/vmsplice/tee(2) are available */
28#undef HAVE_LINUX_SPLICE 28#undef HAVE_LINUX_SPLICE
29
30/* memfd_create(2) is available */
31#undef HAVE_MEMFD_CREATE
29 32
30/* Define to 1 if you have the <memory.h> header file. */ 33/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H 34#undef HAVE_MEMORY_H
32 35
33/* pipe2(2) is available */ 36/* pipe2(2) is available */
54/* setrlimit/getrlimit is available */ 57/* setrlimit/getrlimit is available */
55#undef HAVE_RLIMITS 58#undef HAVE_RLIMITS
56 59
57/* sendfile(2) is available and supported */ 60/* sendfile(2) is available and supported */
58#undef HAVE_SENDFILE 61#undef HAVE_SENDFILE
62
63/* statx(2) is available */
64#undef HAVE_STATX
59 65
60/* Define to 1 if you have the <stdint.h> header file. */ 66/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H 67#undef HAVE_STDINT_H
62 68
63/* Define to 1 if you have the <stdlib.h> header file. */ 69/* Define to 1 if you have the <stdlib.h> header file. */
105/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 111/* Define to 1 if you have the <sys/sysmacros.h> header file. */
106#undef HAVE_SYS_SYSMACROS_H 112#undef HAVE_SYS_SYSMACROS_H
107 113
108/* Define to 1 if you have the <sys/types.h> header file. */ 114/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H 115#undef HAVE_SYS_TYPES_H
116
117/* Define to 1 if you have the <sys/uio.h> header file. */
118#undef HAVE_SYS_UIO_H
110 119
111/* timerfd_*(2) are available */ 120/* timerfd_*(2) are available */
112#undef HAVE_TIMERFD 121#undef HAVE_TIMERFD
113 122
114/* Define to 1 if you have the <unistd.h> header file. */ 123/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines