about summary refs log tree commit diff
path: root/Src/Modules/termcap.mdd
blob: f83cafef86a13ec77ae233b4a87dd65a836aaaee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 either;
      fi
'
load=yes

autofeatures="b:echotc p:termcap"

objects="termcap.o"