Skip to content
Snippets Groups Projects
Commit 05fa3674 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added Dbm to list of modules to look for.

Rev: bin/feature_list:1.4
parent 25dda325
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ int main(int argc, string *argv) ...@@ -16,7 +16,7 @@ int main(int argc, string *argv)
write("Crypto "); write("Crypto ");
}; };
foreach(({ "Gdbm", "Gmp", "Gz", "Msql", "Mysql", "Odbc", "Oracle", foreach(({ "Dbm", "Gdbm", "Gmp", "Gz", "Msql", "Mysql", "Odbc", "Oracle",
"Postgres", "Ssleay", "X", "Yp" }), string modname) { "Postgres", "Ssleay", "X", "Yp" }), string modname) {
catch { if (sizeof(indices(master()->resolv(modname)))) catch { if (sizeof(indices(master()->resolv(modname))))
write(modname+" "); write(modname+" ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment