1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
zsh/Src/Modules/curses.mdd
2007-10-14 04:24:45 +00:00

7 lines
182 B
Text

name=zsh/curses
link='if test "x$ac_cv_func_initscr" = xyes -a "x$ac_cv_header_curses_h" = xyes; then echo dynamic; else echo no; fi'
load=no
autobins="zcurses"
objects="curses.o"