config.h.in
changeset 30 2cf24aced294
parent 6 90dceae3ed1f
child 72 d049c92d0809
equal deleted inserted replaced
29:0199ecce6c11 30:2cf24aced294
     5 // define this to enable debugging output
     5 // define this to enable debugging output
     6 #cmakedefine DEBUG
     6 #cmakedefine DEBUG
     7 
     7 
     8 // define this to enable lua-loudmouth log messages handler
     8 // define this to enable lua-loudmouth log messages handler
     9 #cmakedefine LLM_LOG_HANDLER
     9 #cmakedefine LLM_LOG_HANDLER
       
    10 
       
    11 // size of background pipe reading buffer
       
    12 #define MLUA_BGREAD_BUFFER   ( ${ML_BGREAD_BUFFER} )
       
    13 
       
    14 // priority of glib event sources for timeout and bgread
       
    15 #define MLUA_SOURCE_PRIORITY ( ${ML_SOURCE_PRIORITY} )
    10 
    16 
    11 // hack for mcabber headers
    17 // hack for mcabber headers
    12 #define MODULES_ENABLE
    18 #define MODULES_ENABLE
    13 
    19 
    14 #ifdef DEBUG
    20 #ifdef DEBUG