summaryrefslogtreecommitdiff
path: root/include/configure.h.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-01-30 12:13:48 +0000
committerDavid Teigland <teigland@redhat.com>2018-04-20 11:10:45 -0500
commitda7e13ef88541c4ca4b067f4f47ad7b43d346501 (patch)
tree089f5da78f728021881a4f899bac901972288dc0 /include/configure.h.in
parentacb42ec4652450f7cd73440929fd57f1487282bf (diff)
downloadlvm2-da7e13ef88541c4ca4b067f4f47ad7b43d346501.tar.gz
[lib/device/bcache] Tweaks after Kabi's review
Diffstat (limited to 'include/configure.h.in')
-rw-r--r--include/configure.h.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index be2f66031..a4c93d6f2 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -347,9 +347,6 @@
/* Define to 1 if the system has the type `ptrdiff_t'. */
#undef HAVE_PTRDIFF_T
-/* Define to 1 if the compiler has the `__builtin_clz` builtin. */
-#undef HAVE___BUILTIN_CLZ
-
/* Define to 1 if you have the <readline/history.h> header file. */
#undef HAVE_READLINE_HISTORY_H
@@ -478,9 +475,16 @@
/* Define to 1 if you have the `strtoull' function. */
#undef HAVE_STRTOULL
+/* Define to 1 if `st_blocks' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_BLOCKS
+
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
+/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
+ `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
+#undef HAVE_ST_BLOCKS
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
@@ -552,6 +556,9 @@
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
+/* Define to 1 if you have the <sys/vfs.h> header file. */
+#undef HAVE_SYS_VFS_H
+
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
@@ -591,6 +598,9 @@
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
+/* Define to 1 if the system has the `__builtin_clz' built-in function */
+#undef HAVE___BUILTIN_CLZ
+
/* Internalization package */
#undef INTL_PACKAGE