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.3 by root, Tue Aug 14 11:50:43 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
66/* Define to 1 if you have the <strings.h> header file. */ 69/* Define to 1 if you have the <strings.h> header file. */
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
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
71 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 */
96/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 108/* Define to 1 if you have the <sys/sysmacros.h> header file. */
97#undef HAVE_SYS_SYSMACROS_H 109#undef HAVE_SYS_SYSMACROS_H
98 110
99/* 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. */
100#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
101 116
102/* timerfd_*(2) are available */ 117/* timerfd_*(2) are available */
103#undef HAVE_TIMERFD 118#undef HAVE_TIMERFD
104 119
105/* 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