25
1
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:
Alexey Shchepin 2007-12-01 05:20:45 +00:00
parent c3c782d882
commit 9b2e6bcaef
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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