summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/files/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/mtree/files/config.h.in')
-rw-r--r--pkgtools/mtree/files/config.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/mtree/files/config.h.in b/pkgtools/mtree/files/config.h.in
index 65b0cc7ace4..6023477baf2 100644
--- a/pkgtools/mtree/files/config.h.in
+++ b/pkgtools/mtree/files/config.h.in
@@ -238,9 +238,7 @@
/* define HAVE_FILE_FLAGS if the user- and root-changeable masks
were detected */
-#if defined(HAVE_STRUCT_STAT_ST_FLAGS) && (HAVE_DECL_UF_SETTABLE == 1) && (HAVE_DECL_SF_SETTABLE == 1)
+#if HAVE_STRUCT_STAT_ST_FLAGS && HAVE_DECL_UF_SETTABLE && HAVE_DECL_SF_SETTABLE
#define HAVE_FILE_FLAGS 1
-#else
-#define HAVE_FILE_FLAGS 0
#endif