config.h.in
author Mikael Berthe <mikael@lilotux.net>
Mon, 07 Mar 2011 19:41:44 +0100
changeset 39 ab9dad1e6d66
parent 38 c398184bb752
child 42 958051365a6e
permissions -rw-r--r--
Merge with an updated copy of isbear repository


#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 >= 31
#  define HAVE_CMD_ID
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif