config.h.in
changeset 45 e5225a5fc243
parent 28 ff36ae7e2b1e
child 38 c398184bb752
equal deleted inserted replaced
44:d210354196e6 45:e5225a5fc243
     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 >= 23
       
    10 #  define HAVE_CMD_ID
       
    11 #endif
       
    12 
     7 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    13 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     8 
    14 
     9 #endif
    15 #endif
    10 
    16