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.11 by root, Sun Sep 25 16:35:51 2022 UTC

34#undef HAVE_MEMFD_CREATE 34#undef HAVE_MEMFD_CREATE
35 35
36/* Define to 1 if you have the <minix/config.h> header file. */ 36/* Define to 1 if you have the <minix/config.h> header file. */
37#undef HAVE_MINIX_CONFIG_H 37#undef HAVE_MINIX_CONFIG_H
38 38
39/* mount/umount are available */ 39/* mount is available */
40#undef HAVE_MOUNT 40#undef HAVE_MOUNT
41 41
42/* pipe2(2) is available */ 42/* pipe2(2) is available */
43#undef HAVE_PIPE2 43#undef HAVE_PIPE2
44 44
135/* Define to 1 if you have the <sys/uio.h> header file. */ 135/* Define to 1 if you have the <sys/uio.h> header file. */
136#undef HAVE_SYS_UIO_H 136#undef HAVE_SYS_UIO_H
137 137
138/* timerfd_*(2) are available */ 138/* timerfd_*(2) are available */
139#undef HAVE_TIMERFD 139#undef HAVE_TIMERFD
140
141/* umount is available */
142#undef HAVE_UMOUNT
140 143
141/* umount2 is available */ 144/* umount2 is available */
142#undef HAVE_UMOUNT2 145#undef HAVE_UMOUNT2
143 146
144/* Define to 1 if you have the <unistd.h> header file. */ 147/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines