1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
zsh/Src/Modules/attr.mdd
2009-03-03 15:04:15 +00:00

12 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"