about summary refs log tree commit diff
path: root/Src/Modules/termcap.mdd
blob: 89f939ff8a009e757bfa7737c83e35234fcef3c6 (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 no;
      fi
'
load=yes

autobins="echotc"

objects="termcap.o"