config.h.in
changeset 16 543bd8927354
parent 12 14cd74b518ea
child 19 80394a515782
equal deleted inserted replaced
15:fbcad36ca352 16:543bd8927354
     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 #  if MCABBER_API_VERSION >= 24
       
    10 #    define HAVE_CMD_SAFE
       
    11 #  endif
       
    12 #endif
     4 
    13 
     5 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
    14 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
     6 
    15 
     7 #endif
    16 #endif
     8 
    17