config.h.in
changeset 15 522a4193ef2f
parent 11 f7c76b2c9900
child 17 2d32adb7d44d
equal deleted inserted replaced
14:01cdc293e2c2 15:522a4193ef2f
     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