]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/efivars.h
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / shared / efivars.h
index b61d14c4ec161d6c7510ee20b054bd0f267b6116..72bace0d07a7b4af1000afea5e8d077a7644f7e3 100644 (file)
@@ -33,7 +33,7 @@
 #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x0000000000000002
 #define EFI_VARIABLE_RUNTIME_ACCESS     0x0000000000000004
 
-#ifdef ENABLE_EFI
+#if ENABLE_EFI
 
 bool is_efi_boot(void);
 bool is_efi_secure_boot(void);