diff options
| author | root <root> | 2020-01-22 13:57:10 +0000 |
|---|---|---|
| committer | root <root> | 2020-01-22 13:57:10 +0000 |
| commit | 4f6ab4b222afedfa214ef3c86d5fdeb033bb0202 (patch) | |
| tree | 9071d1d217382dcd08bf2c2411bb93cab4e4c4b3 /config.h.in | |
| parent | 26b6c07cdb089d3365b40008b33d4175b368a334 (diff) | |
*** empty log message ***
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 914d606..4415059 100644 --- a/config.h.in +++ b/config.h.in @@ -72,6 +72,9 @@ /* Define to 1 if you have the `isastream' function. */ #undef HAVE_ISASTREAM +/* Define to 1 if linux/fs.h defined kernel_rwf_t */ +#undef HAVE_KERNEL_RWF_T + /* Define to 1 if you have the `kqueue' function. */ #undef HAVE_KQUEUE @@ -84,6 +87,12 @@ /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H +/* Define to 1 if you have the <linux/aio_abi.h> header file. */ +#undef HAVE_LINUX_AIO_ABI_H + +/* Define to 1 if you have the <linux/fs.h> header file. */ +#undef HAVE_LINUX_FS_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -201,6 +210,9 @@ /* Define to 1 if you have the <sys/strredir.h> header file. */ #undef HAVE_SYS_STRREDIR_H +/* Define to 1 if you have the <sys/timerfd.h> header file. */ +#undef HAVE_SYS_TIMERFD_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H |
