config.h.in
changeset 151 5d90caa7fb2c
parent 148 b222f4d111d9
equal deleted inserted replaced
150:c8514af9b449 151:5d90caa7fb2c
    21 
    21 
    22 #include <mcabber/config.h>
    22 #include <mcabber/config.h>
    23 
    23 
    24 // define this to enable debugging output
    24 // define this to enable debugging output
    25 #cmakedefine DEBUG
    25 #cmakedefine DEBUG
       
    26 
       
    27 // define this to enable compatibility with v0.0.4
       
    28 #cmakedefine COMPAT_0_0_4
    26 
    29 
    27 // define this if you want lua to create alias to '/lua' at module loading
    30 // define this if you want lua to create alias to '/lua' at module loading
    28 #cmakedefine ENABLE_LUA_ALIAS
    31 #cmakedefine ENABLE_LUA_ALIAS
    29 
    32 
    30 // define this to enable exporting mcabber connection for lua-loudmouth
    33 // define this to enable exporting mcabber connection for lua-loudmouth