mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
13 lines
219 B
Text
13 lines
219 B
Text
|
name=zsh/attr
|
||
|
link='if test "x$ac_cv_func_getxattr" = xyes && test "x$ac_cv_header_sys_xattr_h" = xyes; then
|
||
|
echo dynamic
|
||
|
else
|
||
|
echo no
|
||
|
fi
|
||
|
'
|
||
|
load=no
|
||
|
|
||
|
autofeatures="b:zgetattr b:zsetattr b:zdelattr"
|
||
|
|
||
|
objects="attr.o"
|