diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 09:23:55 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 11:19:20 -0400 |
commit | 569e6758e26e23c27d94c0d132bf5e26ee5af862 (patch) | |
tree | 945d605388a524a196e96a351a8c59f7b51c6847 /config/header.mk | |
parent | 75311e2f9aabd1e4775176e9adff5cd5f1fe42aa (diff) | |
download | bfs-569e6758e26e23c27d94c0d132bf5e26ee5af862.tar.xz |
config: Check for extattr_{get,list}_{file,link}()
This lets us implement -xattr on DragonFly BSD.
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/header.mk b/config/header.mk index bba03ef..4da0fd2 100644 --- a/config/header.mk +++ b/config/header.mk @@ -12,6 +12,10 @@ HEADERS := \ ${GEN}/acl-is-trivial-np.h \ ${GEN}/aligned-alloc.h \ ${GEN}/confstr.h \ + ${GEN}/extattr-get-file.h \ + ${GEN}/extattr-get-link.h \ + ${GEN}/extattr-list-file.h \ + ${GEN}/extattr-list-link.h \ ${GEN}/fdclosedir.h \ ${GEN}/getdents.h \ ${GEN}/getdents64.h \ |