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

Added teo more modules to check for.

Rev: bin/feature_list:1.5
parent d4213baf
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ int main(int argc, string *argv)
write("Crypto ");
};
foreach(({ "Dbm", "Gdbm", "Gmp", "Gz", "Msql", "Mysql", "Odbc", "Oracle",
"Postgres", "Ssleay", "X", "Yp" }), string modname) {
foreach(({ "CommonLog", "Dbm", "Gdbm", "Gmp", "Gz", "Msql", "Mysql", "Odbc",
"Oracle", "Postgres", "Ssleay", "WideValues", "X", "Yp" }),
string modname) {
catch { if (sizeof(indices(master()->resolv(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