config.h.in
changeset 35 d0bb20377181
parent 31 163dd7e48c49
equal deleted inserted replaced
34:298a97c09a49 35:d0bb20377181
     2 #ifndef LOCAL_CONFIG_H
     2 #ifndef LOCAL_CONFIG_H
     3 #define LOCAL_CONFIG_H
     3 #define LOCAL_CONFIG_H
     4 
     4 
     5 #cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
     5 #cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
     6 
     6 
     7 #include <mcabber/config.h>
       
     8 
       
     9 #if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
       
    10 #  define HAVE_CMD_ID
       
    11 #  if MCABBER_API_VERSION >= 28
       
    12 #    define HAVE_CMD_SAFE
       
    13 #  endif
       
    14 #endif
       
    15 
       
    16 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     7 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    17 
     8 
    18 #endif
     9 #endif
    19 
    10