summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-05-01 12:12:07 +0100
committerJoe Thornber <ejt@redhat.com>2018-05-01 12:12:07 +0100
commit61153d90e55309cd6bca9c8d1a1e7a7421464663 (patch)
treead4ae91abcbdc27afd1e443c99c7880c1537b889 /include
parentf564e78d98747266c7add85906309f773de42061 (diff)
downloadlvm2-61153d90e55309cd6bca9c8d1a1e7a7421464663.tar.gz
build: update ./configure and configure.h.in
Fallout from Dave's removal of format1 and pool.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index 89f7a22e3..66cc27caf 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -72,10 +72,6 @@
/* Default system configuration directory. */
#undef DEFAULT_ETC_DIR
-/* Fall back to LVM1 by default if device-mapper is missing from the kernel.
- */
-#undef DEFAULT_FALLBACK_TO_LVM1
-
/* Name of default locking directory. */
#undef DEFAULT_LOCK_DIR
@@ -617,13 +613,6 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
-/* Define to 1 if 'lvm' should fall back to using LVM1 binaries if
- device-mapper is missing from the kernel */
-#undef LVM1_FALLBACK
-
-/* Define to 1 to include built-in support for LVM1 metadata. */
-#undef LVM1_INTERNAL
-
/* Path to lvmetad pidfile. */
#undef LVMETAD_PIDFILE
@@ -686,9 +675,6 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 to include built-in support for GFS pool metadata. */
-#undef POOL_INTERNAL
-
/* Define to 1 to include built-in support for raid. */
#undef RAID_INTERNAL