X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fxattr-at.c;h=66427e9660bdbb18d91f7d5323375e44c1ff6447;hb=4eb1484dced64b74cafda40918c0d96e5084846a;hp=443ccae48ff4f5fa2d57e0e926ad299a3d5ee37f;hpb=45ccda119355a1087450039a250359c1d0de0d08;p=chaz%2Ftar diff --git a/lib/xattr-at.c b/lib/xattr-at.c index 443ccae..66427e9 100644 --- a/lib/xattr-at.c +++ b/lib/xattr-at.c @@ -31,6 +31,8 @@ #include "openat-priv.h" +#ifdef HAVE_XATTRS + /* setxattrat */ #define AT_FUNC_NAME setxattrat #define AT_FUNC_F1 setxattr @@ -108,3 +110,5 @@ #undef AT_FUNC_RESULT #undef AT_FUNC_POST_FILE_PARAM_DECLS #undef AT_FUNC_POST_FILE_ARGS + +#endif /* HAVE_XATTRS */