config.h.in
changeset 115 47bed161e3b0
parent 109 2d2111cb5109
child 143 4232a5da1af2
equal deleted inserted replaced
114:81ec4182c92d 115:47bed161e3b0
    18 
    18 
    19 #ifndef MLUA_CONFIG_H
    19 #ifndef MLUA_CONFIG_H
    20 #define MLUA_CONFIG_H
    20 #define MLUA_CONFIG_H
    21 
    21 
    22 #include <mcabber/config.h>
    22 #include <mcabber/config.h>
    23 
       
    24 #if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
       
    25 #  define HAVE_CMD_ID
       
    26 #endif
       
    27 
    23 
    28 // define this to enable debugging output
    24 // define this to enable debugging output
    29 #cmakedefine DEBUG
    25 #cmakedefine DEBUG
    30 
    26 
    31 // define this to enable exporting mcabber connection for lua-loudmouth
    27 // define this to enable exporting mcabber connection for lua-loudmouth