From b73e1cd4b3edb5dabc631cca78f780012beb93fa Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 14 Oct 2021 22:41:09 +0200 Subject: configure: updates --- include/configure.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 -- cgit v1.2.1