mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Remove obsolete db_type defined environment
db_type as a compilation define was first introduced in 2006 ind0e2ac9
, but was removed in 2015 in25791cf
. 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.
This commit is contained in:
parent
bdd1a129c0
commit
9661d06334
3 changed files with 3 additions and 6 deletions
|
@ -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@}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue