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.1 by root, Sun Aug 12 05:21:35 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 */
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
59 62
63/* statx(2) is available */
64#undef HAVE_STATX
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. */
64#undef HAVE_STDLIB_H 70#undef HAVE_STDLIB_H
67#undef HAVE_STRINGS_H 73#undef HAVE_STRINGS_H
68 74
69/* Define to 1 if you have the <string.h> header file. */ 75/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H 76#undef HAVE_STRING_H
71 77
78/* birthtime nanosecond access by st_birthtimensec */
79#undef HAVE_ST_BIRTHTIMENSEC
80
81/* birthtime nanosecond access by st_birthtimespec */
82#undef HAVE_ST_BIRTHTIMESPEC
83
84/* stat st_gen member */
85#undef HAVE_ST_GEN
86
72/* stat nanosecond access by st_xtimensec */ 87/* stat nanosecond access by st_xtimensec */
73#undef HAVE_ST_XTIMENSEC 88#undef HAVE_ST_XTIMENSEC
74 89
75/* stat nanosecond access by st_xtimespec */ 90/* stat nanosecond access by st_xtimespec */
76#undef HAVE_ST_XTIMESPEC 91#undef HAVE_ST_XTIMESPEC
77 92
78/* sync_file_range(2) is available */ 93/* sync_file_range(2) is available */
79#undef HAVE_SYNC_FILE_RANGE 94#undef HAVE_SYNC_FILE_RANGE
95
96/* Define to 1 if you have the <sys/mkdev.h> header file. */
97#undef HAVE_SYS_MKDEV_H
80 98
81/* Define to 1 if you have the <sys/prctl.h> header file. */ 99/* Define to 1 if you have the <sys/prctl.h> header file. */
82#undef HAVE_SYS_PRCTL_H 100#undef HAVE_SYS_PRCTL_H
83 101
84/* Define to 1 if you have the <sys/stat.h> header file. */ 102/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_SYNCFS 106#undef HAVE_SYS_SYNCFS
89 107
90/* Define to 1 if you have the <sys/syscall.h> header file. */ 108/* Define to 1 if you have the <sys/syscall.h> header file. */
91#undef HAVE_SYS_SYSCALL_H 109#undef HAVE_SYS_SYSCALL_H
92 110
111/* Define to 1 if you have the <sys/sysmacros.h> header file. */
112#undef HAVE_SYS_SYSMACROS_H
113
93/* 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. */
94#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
95 119
96/* timerfd_*(2) are available */ 120/* timerfd_*(2) are available */
97#undef HAVE_TIMERFD 121#undef HAVE_TIMERFD
98 122
99/* 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