config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 02:30:10 +0300
changeset 13 459a9ee3da76
parent 12 2de470098bd7
child 14 5d8f38cc86ac
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