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.5 by root, Mon Mar 18 23:52:09 2019 UTC

55#undef HAVE_RLIMITS 55#undef HAVE_RLIMITS
56 56
57/* sendfile(2) is available and supported */ 57/* sendfile(2) is available and supported */
58#undef HAVE_SENDFILE 58#undef HAVE_SENDFILE
59 59
60/* statx(2) is available */
61#undef HAVE_STATX
62
60/* Define to 1 if you have the <stdint.h> header file. */ 63/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H 64#undef HAVE_STDINT_H
62 65
63/* Define to 1 if you have the <stdlib.h> header file. */ 66/* Define to 1 if you have the <stdlib.h> header file. */
64#undef HAVE_STDLIB_H 67#undef HAVE_STDLIB_H
67#undef HAVE_STRINGS_H 70#undef HAVE_STRINGS_H
68 71
69/* Define to 1 if you have the <string.h> header file. */ 72/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H 73#undef HAVE_STRING_H
71 74
75/* birthtime nanosecond access by st_birthtimensec */
76#undef HAVE_ST_BIRTHTIMENSEC
77
78/* birthtime nanosecond access by st_birthtimespec */
79#undef HAVE_ST_BIRTHTIMESPEC
80
81/* stat st_gen member */
82#undef HAVE_ST_GEN
83
72/* stat nanosecond access by st_xtimensec */ 84/* stat nanosecond access by st_xtimensec */
73#undef HAVE_ST_XTIMENSEC 85#undef HAVE_ST_XTIMENSEC
74 86
75/* stat nanosecond access by st_xtimespec */ 87/* stat nanosecond access by st_xtimespec */
76#undef HAVE_ST_XTIMESPEC 88#undef HAVE_ST_XTIMESPEC
77 89
78/* sync_file_range(2) is available */ 90/* sync_file_range(2) is available */
79#undef HAVE_SYNC_FILE_RANGE 91#undef HAVE_SYNC_FILE_RANGE
92
93/* Define to 1 if you have the <sys/mkdev.h> header file. */
94#undef HAVE_SYS_MKDEV_H
80 95
81/* Define to 1 if you have the <sys/prctl.h> header file. */ 96/* Define to 1 if you have the <sys/prctl.h> header file. */
82#undef HAVE_SYS_PRCTL_H 97#undef HAVE_SYS_PRCTL_H
83 98
84/* Define to 1 if you have the <sys/stat.h> header file. */ 99/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_SYNCFS 103#undef HAVE_SYS_SYNCFS
89 104
90/* Define to 1 if you have the <sys/syscall.h> header file. */ 105/* Define to 1 if you have the <sys/syscall.h> header file. */
91#undef HAVE_SYS_SYSCALL_H 106#undef HAVE_SYS_SYSCALL_H
92 107
108/* Define to 1 if you have the <sys/sysmacros.h> header file. */
109#undef HAVE_SYS_SYSMACROS_H
110
93/* Define to 1 if you have the <sys/types.h> header file. */ 111/* Define to 1 if you have the <sys/types.h> header file. */
94#undef HAVE_SYS_TYPES_H 112#undef HAVE_SYS_TYPES_H
113
114/* Define to 1 if you have the <sys/uio.h> header file. */
115#undef HAVE_SYS_UIO_H
95 116
96/* timerfd_*(2) are available */ 117/* timerfd_*(2) are available */
97#undef HAVE_TIMERFD 118#undef HAVE_TIMERFD
98 119
99/* Define to 1 if you have the <unistd.h> header file. */ 120/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines