summaryrefslogtreecommitdiff
path: root/src/fundamental/macro-fundamental.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-01-10 14:08:41 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-01-10 14:23:27 +0100
commit5deb391c6e6d2b8fd7b94234efea49cd6bee0d76 (patch)
tree35027253358612b50a4ca6c21a1580a89bad6adf /src/fundamental/macro-fundamental.h
parent5fe34dbfeb3aca9240e94b03ddb5109743498610 (diff)
downloadsystemd-5deb391c6e6d2b8fd7b94234efea49cd6bee0d76.tar.gz
fundamental: fix compile check for explicit_bzero
Our HAVE_* variables are defined to 0 or 1, so '#if defined(HAVE_*)' is always true. The variable is not defined when compiling for EFI though, so we need the additional guard. Fixup for 3f92dc2fd4070b213e6bc85263a9bef06ec9a486. (I don't want to do something like add -DHAVE_EXPLICIT_BZERO=0 to the commandline in src/efi/boot/meson.build, because this quite verbose. Our compilation commandlines are very long already. Let's instead keep this localized in this one spot in the source file.)x
Diffstat (limited to 'src/fundamental/macro-fundamental.h')
0 files changed, 0 insertions, 0 deletions