config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 02:30:09 +0300
changeset 48 7273fbb5bc81
parent 47 8f086dae7aee
child 39 ab9dad1e6d66
child 49 a9c3cc3626ca
permissions -rw-r--r--
Convert .gitignore to .hgignore


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER

#include <mcabber/config.h>

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

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif