summaryrefslogtreecommitdiff
path: root/include/configure.h.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-04-08 19:43:20 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-04-12 21:34:08 +0200
commit3018cdcaa7aa258a432738b95077098985fb0c74 (patch)
tree8296b28baa222eb05139e53d506d52041ac04282 /include/configure.h.in
parent109532290138d3b8b535457150052b6bda4f797c (diff)
downloadlvm2-3018cdcaa7aa258a432738b95077098985fb0c74.tar.gz
fsadm: support configurable full path
Just like with other tools lvm2 is using allow to define fully configurable path. Default is selected by $PREFIX/sbin/fsadm
Diffstat (limited to 'include/configure.h.in')
-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 04e7f4be2..51726506c 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -148,6 +148,9 @@
/* Library version */
#undef DM_LIB_VERSION
+/* Path to fsadm binary. */
+#undef FSADM_PATH
+
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM