summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-10-14 22:41:09 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-10-14 23:34:11 +0200
commitb73e1cd4b3edb5dabc631cca78f780012beb93fa (patch)
tree0eedd0a61de1b2a43bc127baa5420d4737b5da24 /include
parent6635ff77e3680290c464a90ba9b2ee0170a2dc84 (diff)
downloadlvm2-b73e1cd4b3edb5dabc631cca78f780012beb93fa.tar.gz
configure: updates
Diffstat (limited to 'include')
-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 703ac0432..7efa83661 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -90,6 +90,9 @@
/* Use blkid wiping by default. */
#undef DEFAULT_USE_BLKID_WIPING
+/* Default for lvm.conf use_devicefile. */
+#undef DEFAULT_USE_DEVICES_FILE
+
/* Use lvmlockd by default. */
#undef DEFAULT_USE_LVMLOCKD
@@ -668,6 +671,9 @@
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
+/* Define to 1 to include code that uses systemd journal. */
+#undef SYSTEMD_JOURNAL_SUPPORT
+
/* Path to testsuite data */
#undef TESTSUITE_DATA