config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:25:24 +0300
changeset 14 026c65e3e7d8
parent 13 f4c15ad3cf93
child 15 383703f7af34
permissions -rw-r--r--
Add info struct for stable


#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