diff options
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 |
