1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Src/Modules/curses.mdd

8 lines
182 B
Text
Raw Normal View History

2007-10-08 04:04:01 +02:00
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'
2007-10-08 04:04:01 +02:00
load=no
autobins="zcurses"
2007-10-08 04:04:01 +02:00
objects="curses.o"