summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/util.h b/util.h
index 2031c02..d96b79d 100644
--- a/util.h
+++ b/util.h
@@ -40,13 +40,6 @@
#define BFS_HAS_SYS_PARAM BFS_HAS_INCLUDE(<sys/param.h>, true)
#define BFS_HAS_SYS_SYSMACROS BFS_HAS_INCLUDE(<sys/sysmacros.h>, __GLIBC__)
-#if BFS_HAS_SYS_CAPABILITY
-# include <sys/capability.h>
-# ifdef CAP_CHOWN
-# define BFS_HAS_POSIX1E_CAPABILITIES true
-# endif
-#endif
-
#if !defined(FNM_CASEFOLD) && defined(FNM_IGNORECASE)
# define FNM_CASEFOLD FNM_IGNORECASE
#endif