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.9 by root, Tue Jul 27 07:58:38 2021 UTC vs.
Revision 1.10 by root, Mon Sep 5 08:43:58 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 */
40#undef HAVE_MOUNT
41
39/* pipe2(2) is available */ 42/* pipe2(2) is available */
40#undef HAVE_PIPE2 43#undef HAVE_PIPE2
41 44
42/* posix_close(2) is available */ 45/* posix_close(2) is available */
43#undef HAVE_POSIX_CLOSE 46#undef HAVE_POSIX_CLOSE
106#undef HAVE_SYSCALL 109#undef HAVE_SYSCALL
107 110
108/* Define to 1 if you have the <sys/mkdev.h> header file. */ 111/* Define to 1 if you have the <sys/mkdev.h> header file. */
109#undef HAVE_SYS_MKDEV_H 112#undef HAVE_SYS_MKDEV_H
110 113
114/* Define to 1 if you have the <sys/mount.h> header file. */
115#undef HAVE_SYS_MOUNT_H
116
111/* Define to 1 if you have the <sys/prctl.h> header file. */ 117/* Define to 1 if you have the <sys/prctl.h> header file. */
112#undef HAVE_SYS_PRCTL_H 118#undef HAVE_SYS_PRCTL_H
113 119
114/* Define to 1 if you have the <sys/stat.h> header file. */ 120/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H 121#undef HAVE_SYS_STAT_H
129/* 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. */
130#undef HAVE_SYS_UIO_H 136#undef HAVE_SYS_UIO_H
131 137
132/* timerfd_*(2) are available */ 138/* timerfd_*(2) are available */
133#undef HAVE_TIMERFD 139#undef HAVE_TIMERFD
140
141/* umount2 is available */
142#undef HAVE_UMOUNT2
134 143
135/* Define to 1 if you have the <unistd.h> header file. */ 144/* Define to 1 if you have the <unistd.h> header file. */
136#undef HAVE_UNISTD_H 145#undef HAVE_UNISTD_H
137 146
138/* utimes(2) is available */ 147/* utimes(2) is available */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines