config.h.in
author Mikael Berthe <mikael@lilotux.net>
Sat, 26 Mar 2011 15:31:44 +0100
changeset 41 8f415b2e3851
parent 39 ab9dad1e6d66
child 42 958051365a6e
permissions -rw-r--r--
Update dev API number


#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