summaryrefslogtreecommitdiffstats
path: root/src/fsade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsade.h')
-rw-r--r--src/fsade.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fsade.h b/src/fsade.h
index edac68b..fbe02d8 100644
--- a/src/fsade.h
+++ b/src/fsade.h
@@ -19,6 +19,8 @@
#if __has_include(<sys/extattr.h>) || __has_include(<sys/xattr.h>)
# define BFS_CAN_CHECK_XATTRS true
+#else
+# define BFS_CAN_CHECK_XATTRS false
#endif
struct BFTW;