mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/odbc/odbc_queries.erl: Reverted the previous patch because
it produces "redefining macro 'generic'" compilation error SVN Revision: 1005
This commit is contained in:
parent
c3c782d882
commit
9b2e6bcaef
@ -1,5 +1,8 @@
|
||||
2007-12-01 Alexey Shchepin <alexey@process-one.net>
|
||||
|
||||
* src/odbc/odbc_queries.erl: Reverted the previous patch because
|
||||
it produces "redefining macro 'generic'" compilation error
|
||||
|
||||
* src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)
|
||||
* src/ejabberd_local.erl: Support for IQ responses
|
||||
* src/jlib.erl: Added iq_query_or_response_info/1 function
|
||||
|
@ -44,9 +44,9 @@
|
||||
%% We have only two compile time options for db queries:
|
||||
%-define(generic, true).
|
||||
%-define(mssql, true).
|
||||
-ifndef(mssql).
|
||||
-define(generic, true).
|
||||
-endif.
|
||||
%-ifndef(mssql).
|
||||
%-define(generic, true).
|
||||
%-endif.
|
||||
|
||||
%% -----------------
|
||||
%% Generic queries
|
||||
|
Loading…
Reference in New Issue
Block a user