about summary refs log tree commit diff
path: root/Src/Modules/attr.mdd
blob: 52f3e24205e7c98dbdc60d16d248c2cb17e392d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"