summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-03-01 15:22:54 -0600
committerDavid Teigland <teigland@redhat.com>2021-03-03 13:57:15 -0600
commit89a3440fc0179318954855aa251b0aae4f5c1a63 (patch)
tree66279eb0b2184402c9f08a09fbf119f7dd4c2f65 /include
parente9d10f371199055e9ed0c2715b5353491cb759b0 (diff)
downloadlvm2-89a3440fc0179318954855aa251b0aae4f5c1a63.tar.gz
lvmlockctl: use lvm.conf lvmlockctl_kill_command
which specifies a command to run by lvmlockctl --kill.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index 59b4da86f..2597651e3 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -586,6 +586,9 @@
/* Path to lvm binary. */
#undef LVM_PATH
+/* Path to lvm binary dir. */
+#undef LVM_DIR
+
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
#undef MAJOR_IN_MKDEV