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/db_gdbm.mdd
2017-02-17 09:22:02 +00:00

12 lines
233 B
Text

name=zsh/db/gdbm
link='if test "x$ac_cv_lib_gdbm_gdbm_open" = xyes && test "x$ac_cv_header_gdbm_h" = xyes; then
echo dynamic
else
echo no
fi
'
load=no
autofeatures="b:ztie b:zuntie b:zgdbmpath p:zgdbm_tied"
objects="db_gdbm.o"