config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 22:02:05 +0300
changeset 10 b0511d0cd16e
parent 6 2cc481d6b686
child 12 2de470098bd7
permissions -rw-r--r--
Use new commands interface * Use id to delete commands * Add /templatecmd to safe commands list


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#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