summaryrefslogtreecommitdiff
path: root/include/configure.h.in
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2016-07-08 23:38:32 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-07-08 23:42:32 +0100
commit309bdfa22417cf77e7be2349c414295d83d47fbc (patch)
tree422e2831318a59353bb562c66f86b93181e49b98 /include/configure.h.in
parent61cb58e549e5ff55095733bc3c7277c83584e5a0 (diff)
downloadlvm2-309bdfa22417cf77e7be2349c414295d83d47fbc.tar.gz
libdm: add configure.in checks for fiemap.h and magic.h
Diffstat (limited to 'include/configure.h.in')
-rw-r--r--include/configure.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index d94d55d45..3c43bd529 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -264,9 +264,15 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <linux/fiemap.h> header file. */
+#undef HAVE_LINUX_FIEMAP_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 <linux/magic.h> header file. */
+#undef HAVE_LINUX_MAGIC_H
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H