config.h.in
changeset 147 66a63c9609de
parent 145 9f7bbb768ba8
child 148 b222f4d111d9
equal deleted inserted replaced
146:04d19c9c1196 147:66a63c9609de
    33 // define this to enable exporting mcabber connection for lua-loudmouth
    33 // define this to enable exporting mcabber connection for lua-loudmouth
    34 #cmakedefine LLM_CONNECTION_ENABLE
    34 #cmakedefine LLM_CONNECTION_ENABLE
    35 
    35 
    36 // define this to enable lua-loudmouth log messages handler
    36 // define this to enable lua-loudmouth log messages handler
    37 #cmakedefine LLM_LOG_HANDLER
    37 #cmakedefine LLM_LOG_HANDLER
       
    38 
       
    39 // indicates, whether mcabber have built-in carbons completion
       
    40 #cmakedefine HAVE_COMPL_CARBONS
    38 
    41 
    39 // size of background pipe reading buffer
    42 // size of background pipe reading buffer
    40 #define MLUA_BGREAD_BUFFER   ( ${ML_BGREAD_BUFFER} )
    43 #define MLUA_BGREAD_BUFFER   ( ${ML_BGREAD_BUFFER} )
    41 
    44 
    42 // priority of glib event sources for timeout and bgread
    45 // priority of glib event sources for timeout and bgread