aboutsummaryrefslogtreecommitdiff
path: root/vars.config.in
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-04 16:44:56 +0100
committerBadlop <badlop@process-one.net>2022-02-11 09:39:02 +0100
commit9661d06334d8b84f3420817a3fb346601ae859a5 (patch)
treefd0331a834db7e5213b57861650325c103e57f84 /vars.config.in
parentDisable mssql in Actions: it's known mssql doesn't pass the tests (diff)
Remove obsolete db_type defined environment
db_type as a compilation define was first introduced in 2006 in d0e2ac9, but was removed in 2015 in 25791cf. Nowadays: ./configure --enable-mssql will set {mssql, true} in vars.config; That is read by ejabberd.app.src.script to set enabled_backends; which is consulted by test/suite.erl to test only available backends.
Diffstat (limited to 'vars.config.in')
-rw-r--r--vars.config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/vars.config.in b/vars.config.in
index a243d2c8e..b273cf901 100644
--- a/vars.config.in
+++ b/vars.config.in
@@ -21,7 +21,6 @@
%% Macros
{roster_gateway_workaround, @roster_gateway_workaround@}.
{full_xml, @full_xml@}.
-{db_type, @db_type@}.
{debug, @debug@}.
{new_sql_schema, @new_sql_schema@}.