config.h.in
changeset 19 c7e7218be611
parent 17 2d32adb7d44d
child 34 1820e2dc90ef
equal deleted inserted replaced
18:b769ec9f4fc4 19:c7e7218be611
     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 >= 27
       
     8 #  define HAVE_CMD_ID
       
     9 #endif
       
    10 
     4 
    11 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     5 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    12 
     6 
    13 #endif
     7 #endif
    14 
     8