1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 15:01:40 +02:00
zsh/Src/Modules/termcap.mdd
2001-02-13 14:35:07 +00:00

17 lines
267 B
Text

name=zsh/termcap
link='if test "x$ac_cv_func_tgetent" = xyes; then
if test "x$zsh_cv_shared_tgetent" = xyes; then
echo either
else
echo static
fi
else
echo no;
fi
'
load=yes
autobins="echotc"
objects="termcap.o"