config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:37:12 +0300
changeset 38 c398184bb752
parent 36 2910a8ca0d92
child 39 ab9dad1e6d66
child 49 a9c3cc3626ca
permissions -rw-r--r--
Update config.h.in


#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