config.h.in
changeset 14 5d8f38cc86ac
parent 12 2de470098bd7
equal deleted inserted replaced
13:459a9ee3da76 14:5d8f38cc86ac
     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