config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 21:05:20 +0300
changeset 20 d5748ae53a17
parent 16 19d13d97b3a1
child 22 de39c033fbc8
permissions -rw-r--r--
Use id to delete command


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#include <mcabber/config.h>

#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
#  define HAVE_CMD_ID
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif