config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 07 May 2011 14:50:13 +0300
changeset 34 298a97c09a49
parent 31 163dd7e48c49
child 35 d0bb20377181
permissions -rw-r--r--
Update avv description


#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
#  if MCABBER_API_VERSION >= 28
#    define HAVE_CMD_SAFE
#  endif
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif