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.10 by root, Mon Sep 5 08:43:58 2022 UTC vs.
Revision 1.12 by root, Wed Sep 28 08:24:25 2022 UTC

10#undef HAVE_EVENTFD 10#undef HAVE_EVENTFD
11 11
12/* fdatasync(2) is available */ 12/* fdatasync(2) is available */
13#undef HAVE_FDATASYNC 13#undef HAVE_FDATASYNC
14 14
15/* fexecve(2) is available */
16#undef HAVE_FEXECVE
17
15/* futimes(2) is available */ 18/* futimes(2) is available */
16#undef HAVE_FUTIMES 19#undef HAVE_FUTIMES
17 20
18/* Define to 1 if you have the <inttypes.h> header file. */ 21/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H 22#undef HAVE_INTTYPES_H
34#undef HAVE_MEMFD_CREATE 37#undef HAVE_MEMFD_CREATE
35 38
36/* Define to 1 if you have the <minix/config.h> header file. */ 39/* Define to 1 if you have the <minix/config.h> header file. */
37#undef HAVE_MINIX_CONFIG_H 40#undef HAVE_MINIX_CONFIG_H
38 41
39/* mount/umount are available */ 42/* mount is available */
40#undef HAVE_MOUNT 43#undef HAVE_MOUNT
41 44
42/* pipe2(2) is available */ 45/* pipe2(2) is available */
43#undef HAVE_PIPE2 46#undef HAVE_PIPE2
44 47
135/* Define to 1 if you have the <sys/uio.h> header file. */ 138/* Define to 1 if you have the <sys/uio.h> header file. */
136#undef HAVE_SYS_UIO_H 139#undef HAVE_SYS_UIO_H
137 140
138/* timerfd_*(2) are available */ 141/* timerfd_*(2) are available */
139#undef HAVE_TIMERFD 142#undef HAVE_TIMERFD
143
144/* umount is available */
145#undef HAVE_UMOUNT
140 146
141/* umount2 is available */ 147/* umount2 is available */
142#undef HAVE_UMOUNT2 148#undef HAVE_UMOUNT2
143 149
144/* Define to 1 if you have the <unistd.h> header file. */ 150/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines