]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/build.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / build.h
index 8ca8f706cbc9c5dcc9d9d9d1282b7f47e0e58405..ab2a838ce984f11b482302447d45675247ffc46e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
 #define _APPARMOR_FEATURE_ "-APPARMOR"
 #endif
 
-#if HAVE_IMA
+#if ENABLE_IMA
 #define _IMA_FEATURE_ "+IMA"
 #else
 #define _IMA_FEATURE_ "-IMA"
 #endif
 
-#if HAVE_SMACK
+#if ENABLE_SMACK
 #define _SMACK_FEATURE_ "+SMACK"
 #else
 #define _SMACK_FEATURE_ "-SMACK"
@@ -61,7 +62,7 @@
 #define _SYSVINIT_FEATURE_ "-SYSVINIT"
 #endif
 
-#if HAVE_UTMP
+#if ENABLE_UTMP
 #define _UTMP_FEATURE_ "+UTMP"
 #else
 #define _UTMP_FEATURE_ "-UTMP"