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.4 by root, Sat Aug 25 19:25:32 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
105/* 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. */
106#undef HAVE_SYS_SYSMACROS_H 109#undef HAVE_SYS_SYSMACROS_H
107 110
108/* 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. */
109#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
110 116
111/* timerfd_*(2) are available */ 117/* timerfd_*(2) are available */
112#undef HAVE_TIMERFD 118#undef HAVE_TIMERFD
113 119
114/* 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