config.h.in
changeset 26 7845d23ad8fc
parent 22 de39c033fbc8
child 34 5b818c7467ad
equal deleted inserted replaced
25:8020f3f6ad4f 26:7845d23ad8fc
     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