config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 21:00:17 +0300
changeset 29 378fc85f60f3
parent 24 7aa499342e2b
child 31 163dd7e48c49
permissions -rw-r--r--
Use new commands interface * Use id to delete command * Add /avatar to a list of safe commands


#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 >= 23
#  define HAVE_CMD_ID
#  if MCABBER_API_VERSION >= 24
#    define HAVE_CMD_SAFE
#  endif
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif