about summary refs log tree commit diff
path: root/Src/Modules/db_gdbm.mdd
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Modules/db_gdbm.mdd')
-rw-r--r--Src/Modules/db_gdbm.mdd12
1 files changed, 12 insertions, 0 deletions
diff --git a/Src/Modules/db_gdbm.mdd b/Src/Modules/db_gdbm.mdd
new file mode 100644
index 000000000..ce7926bd9
--- /dev/null
+++ b/Src/Modules/db_gdbm.mdd
@@ -0,0 +1,12 @@
+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"
+
+objects="db_gdbm.o"