about summary refs log tree commit diff
path: root/Src/Modules/termcap.mdd
blob: 17d07aa035c7ba2b1c2a43423bafe040e8ce9c51 (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

autobins="echotc"

objects="termcap.o"