config.h.in
changeset 21 8b61328ab7c1
parent 19 80394a515782
child 28 32bebcf6bbbd
equal deleted inserted replaced
20:366078a16d85 21:8b61328ab7c1
     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 #  if MCABBER_API_VERSION >= 28
       
    10 #    define HAVE_CMD_SAFE
       
    11 #  endif
       
    12 #endif
       
    13 
     4 
    14 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     5 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    15 
     6 
    16 #endif
     7 #endif
    17 
     8