From 2215f7a5d902764755673cc15a317982f0f15592 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 8 Jan 2020 14:47:27 -0500 Subject: fsade: Support checking for xattrs (extattrs) on FreeBSD --- util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 73258b9..5a6dec4 100644 --- a/util.h +++ b/util.h @@ -55,6 +55,10 @@ # define BFS_HAS_SYS_CAPABILITY BFS_HAS_INCLUDE(, __linux__) #endif +#ifndef BFS_HAS_SYS_EXTATTR +# define BFS_HAS_SYS_EXTATTR BFS_HAS_INCLUDE(, __FreeBSD__) +#endif + #ifndef BFS_HAS_SYS_MKDEV # define BFS_HAS_SYS_MKDEV BFS_HAS_INCLUDE(, false) #endif -- cgit v1.2.3