summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-05 12:47:31 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-05 12:47:31 -0400
commit14f790c80acf0f9f005ce9e7a94246954533163b (patch)
treeb8387d68c228e998fb7ac148aae3fa5d44ae9934 /src/config.h
parent2c3bf8d6f064c5ccab1d57f3eb82381ff445cc4a (diff)
downloadbfs-14f790c80acf0f9f005ce9e7a94246954533163b.tar.xz
config: Fold !__FreeBSD__ into BFS_USE_SYS_CAPABILITY_H
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 14c9305..e3048c4 100644
--- a/src/config.h
+++ b/src/config.h
@@ -88,7 +88,7 @@
# define BFS_USE_SYS_ACL_H BFS_HAS_SYS_ACL_H
#endif
#ifndef BFS_USE_SYS_CAPABILITY_H
-# define BFS_USE_SYS_CAPABILITY_H BFS_HAS_SYS_CAPABILITY_H
+# define BFS_USE_SYS_CAPABILITY_H (BFS_HAS_SYS_CAPABILITY_H && !__FreeBSD__)
#endif
#ifndef BFS_USE_SYS_EXTATTR_H
# define BFS_USE_SYS_EXTATTR_H BFS_HAS_SYS_EXTATTR_H