config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 02:30:09 +0300
changeset 20 366078a16d85
parent 19 80394a515782
child 21 8b61328ab7c1
permissions -rw-r--r--
Convert .gitignore to .hgignore


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#include <mcabber/config.h>

#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
#  define HAVE_CMD_ID
#  if MCABBER_API_VERSION >= 28
#    define HAVE_CMD_SAFE
#  endif
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif