config.h.in
changeset 20 d5748ae53a17
parent 16 19d13d97b3a1
child 22 de39c033fbc8
equal deleted inserted replaced
19:4524cdff923f 20:d5748ae53a17
     1 
     1 
     2 #ifndef LOCAL_CONFIG_H
     2 #ifndef LOCAL_CONFIG_H
     3 #define LOCAL_CONFIG_H
     3 #define LOCAL_CONFIG_H
       
     4 
       
     5 #include <mcabber/config.h>
       
     6 
       
     7 #if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
       
     8 #  define HAVE_CMD_ID
       
     9 #endif
     4 
    10 
     5 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    11 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     6 
    12 
     7 #endif
    13 #endif
     8 
    14